Search code examples
tizentizen-wearable-sdktizen-emulator

Tizen wearable emulator not launching


I'm trying to develop a app to my smartwatch that running Tizen OS.

I've followed all the instructions of installing the system to run, and the Tizen emulator is not lunching, without any error message...either with only trying to lunch the Emulator Manager.

Here some images from my visual studio try:

enter image description here

after clicking that button it seems like its going to run... and nothing.

No error:

enter image description here

and evething is installed correctly with the package manage:

enter image description here

enter image description here


Solution

  • The problem was that in mistake I added a JAVA_HOME variable to jdk instead of jre, after I've changed to jre it works correctly.

    It should look somthing like this: enter image description here