Languages

Menu
Sites
Language
Can't find emulator or device in connection explorer

I have installed tizen wearable sdk and I am tryint to run my first application using the emulator. In connection explorer I have created an emulator using emulator manager. However when I tried to run my application using the emulator it fail. I get the message "There is no target to lauch. Please select an emulator or a device...". When I close the emulator manager I can't list any device in the list. I tried to restart tizen-ide by I got no solution. Any idea about my problem?

 

EDIT: I try to follow Daniel instruction I run sdb kill and start but nothing changed. Moreover when I give the following command sdb device the list of devices is empty.

Edited by: christos Athanasiadis on 04 Jun, 2015
View Selected Answer

Responses

7 Replies
Mark as answer
daniel kim

Hi

Please execute this sdb command in the command prompt of pc, if your emulator is not visible.

 sdb kill-server

 sdb start-server

Regards.

christos Athanasiadis

I got the message sdb is not recognized ...

christos Athanasiadis

I add sdb to the path and perform kill and start server. However I am still unable to see emulator in the list.

daniel kim

Hi,

Can you see the watch face in your emulator?

I want to know whether your emulator was booted properly or not as sometimes it takes lots of time to initiate the emulator. Maybe you can't deply your application while boot-up time.

Otherwise I would suggest you to uninstall your current sdk because you observe that sdb couldn't be found in the command prompt. Maybe sdk was not installed properly. If you will reinstall it, please remove tize-sdk and tizen-sdk-data folder before you install it again. 

Regards. 

christos Athanasiadis

Basically I manage to get my emulator listed for once I run my program properly but when i restart ide I cant locate the device in the connection list.

Jin Yoon

I had the same situation like yours.

The message is "There is no target to launch. Please select an emulator or a device in Connection Explorer."

But I selected an emulator in the Connection Explorer.

So I just created a new project,

and retried to run it, and succeed to launch it.

I think some packages have troubles to run, not your target.

How about trying other projects?

Armand LOT

After launching the emulator, try this command line, from the sdk's repertory (C:\tizen-wearable-sdk\tools\) :

>sdb connect localhost:26101.

 

The emulator should shown in your IDE's view.