Question
I'm experiencing issues with the Tizen emulator on Windows 10 (Tizen Studio 1.0.1, i5 Kabylake processor). The emulator gets stuck at a black screen during boot and doesn't proceed further. I've searched online but haven't found helpful solutions. Has anyone encountered and resolved this issue?
Answer
Problem Understanding
The black screen issue with Tizen emulator on Windows 10 appears to be related to hardware acceleration and virtualization settings. Multiple users report this problem, particularly with Intel processors.
Solution Methods
-
Check HAXM Installation:
- Ensure Intel HAXM is properly installed and updated
- Verify installation through Android Studio's SDK Manager or manually from Intel's website
-
BIOS Settings:
- Enable VT-x (Virtualization Technology) in BIOS
- Enable Execute Disable Bit (if available)
- Disable Hyper-V (Windows 10 Pro/Enterprise only)
-
Windows Settings:
- Enable Data Execution Prevention (DEP)
- Control Panel > System > Advanced system settings > Performance Settings > Data Execution Prevention
- Disable Hyper-V (if applicable):
- Run
dism.exe /Online /Disable-Feature:Microsoft-Hyper-Vin admin command prompt
- Run
- Enable Data Execution Prevention (DEP)
-
Alternative Solutions:
- Try using the emulator with CPU VT disabled (though performance will be slower)
- Consider upgrading to Windows 10 Pro/Enterprise if Hyper-V is required
Additional Tips
- Some users report better success with specific Tizen Studio versions
- The issue might be Windows 10 specific - consider testing on another OS if possible
- Samsung's documentation on HAXM has moved to: https://developer.samsung.com/tizen/development/tizen-studio/download/installing-tizen-studio/hardware-accelerated-execution-manager