Search code examples
tizentizen-wearable-sdk

Cannot run demo Tizen clock app on emulator


I'm learning Tizen on Samsung wearable through Tizen's developer site. Followed the analog clock example, to the point of uploading. When I hit the Run button on IDE, last few lines of console shows

Installed the package: Id(BIQsvZ9SAx), Version(1.0.0)

[Uploading RDS information to target...] Tizen application is successfully launched. The application is not available for run. So the application is just installed. (9.613 sec)

The clock app is nowhere to be found on the watch simulator. No other error occured. It just finsihes and not run anything.

I do have

tizen:category name="com.samsung.wmanager.WATCH_CLOCK"

in my config.xml.

Have been searching the web for some answer, yet it seems I'm alone. Any help to get this to work is much appreciated.

N.B. I can get "Hello World" to work though. It's just the watch demo does not work.

Thanks.


Solution

  • My terrible mistake. The clock is uploaded but won't show up automatically. I have to select it in settings deliberately (unlike Android which pops up the newly uploaded app immediately).

    My mistake.