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:
after clicking that button it seems like its going to run... and nothing.
No error:
and evething is installed correctly with the package manage:
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.