Tamir R • over 11 years ago
Emulator - new IDE
After installing the new IDE, the emulator does not show up on the left side (connection explorer).
What is the way to force this connection?
Comments are closed.
Tamir R • over 11 years ago
After installing the new IDE, the emulator does not show up on the left side (connection explorer).
What is the way to force this connection?
Comments are closed.
5 comments
Stef Maccarone Manager • over 11 years ago
Hi tr2014,
For technical inquiries necessary for app development, use the Samsung Developers Forum (http://developer.samsung.com/forum) or the TIZEN Developers forum (https://developer.tizen.org/forums).
Best,
Stefanie
Noureddine AMRI • over 11 years ago
try:
sdb kill-server
then:
sdb devices
Tamir R • over 11 years ago
@noureddineam Thanks, but it did not work.
Tizen forum :
https://developer.tizen.org/forums/general-support/no-emulator-shown-on-connection-explorer
I'll try to install on other machine.
Morne Pistorius • over 11 years ago
Restarting the IDE while keeping the emulator running usually solves this for me
Anupam Basak • over 11 years ago
There's two things you can do.
1. Do what codingcaveman said
2. Run the emulator manager from terminal.
Navigate to tizen-sdk-folder/emulator-manager/bin
Run this : java -jar emulator-manager.jar
In my case the emulator manager was not running. Everytime I had to open it from terminal.
Installing the default-jre from default software channel solved my problem.