Reputation: 23
NOTE: I am new to Tizen Development, so please keep that in mind when answering or commenting.
I have recently installed Tizen Studio. I started a new sample web-based project for Wearable 4.0 using the TouchPaint sample. When I try to open the emulator manager to run the sample, I get an error message that reads "JAVA_HOME not set in env variables" [newline] "Please set the value and try again".
I have also tried using the run command. If I use that, it will start up the emulator but will fail to launch the program. I see the "watch" with a black screen and some unformatted text, similar to a command line. It only completes the operation ("Launching TouchPaintTest") to 6%.
Anybody who knows about this out there, please answer my question as I am very interested in Tizen wearable development.
Upvotes: 0
Views: 1759
Reputation: 11
Go into the BIOS and enable the Intel VT.
https://www.howtogeek.com/213795/how-to-enable-intel-vt-x-in-your-computers-bios-or-uefi-firmware/
Then run the
C:\tizen-studio\tools\emulator\etc\Intelhaxm.exe
file.
Upvotes: 1