Search code examples
tizentizen-native-app

Certain application categories, such as "Watch Application", cannot be launched by "Run As” in tizen


I have created new sample tizen native project using template “Basic UI”.But whenever I’m trying to run it on watch emulator 2.3.1 it is giving me message as”Certain application categories, such as "Watch Application", cannot be launched by "Run As”.”.Please help if anyone have idea.


Solution

  • I think you've used <watch-application> element in the manifest file of your application. Please use <ui-application> element instead of that for UI application and also have a look in the following link for more details:

    Manifest Text Editor