Question
I'm developing apps for Tizen watches and have two PCs:
- AMD CPU (primary development machine)
- Intel CPU (older laptop)
Since the Tizen emulator only runs on Intel CPUs (due to HAXM requirements), I'm currently working on my Intel laptop. I'm wondering if it's possible to:
- Run the emulator on my Intel PC
- Connect to it from my AMD PC (perhaps using sdb or other methods)
- Use Visual Studio on my AMD PC for development while debugging on the emulator running on the Intel PC
Answer
Problem Understanding
The user wants to use their more powerful AMD machine for Tizen watch app development while utilizing the emulator running on a separate Intel machine due to hardware compatibility requirements.
Solution Methods
-
Direct Remote Debugging Limitation:
- Unfortunately, this specific setup isn't possible because:
- The Tizen emulator requires Intel HAXM (Hardware Accelerated Execution Manager)
- There's no direct remote debugging capability between Visual Studio on one machine and the emulator on another
- Unfortunately, this specific setup isn't possible because:
-
Alternative Workarounds:
- Use the Intel machine for both development and emulation
- Consider using a physical Tizen watch device connected to your AMD machine for testing
- Explore virtualization options (though performance may be impacted)
Additional Tips
- Samsung has not announced plans to support AMD processors for Tizen emulation
- For the latest information on emulator requirements, check the official documentation at Samsung Tizen OS