언어 설정

Menu
Sites
Language
Can't build project

Im trying to build a simple helloworld app but I was unable to run it on emulator because of this error: the selection cannot be launched and there are no recent launches.

I installed everything correctly, emulator is starting good and no error showing in the project.

Does someone experience the same issue as me and how I can fix it?

Thank you

Responses

3 댓글
Armaan-Ul- Islam

Seems relevant to Project type/ Run Configurations. This post seems similar:

Build issue with sample applications

 

Please Make Sure you have Installed all the necessary packages related to Wearable-2.3.1 from Package Manager:

- All Packages Under Wearable 2.3.1 (Like: Emulator, Native app. development, Advanced > Native )

- All packages Under Tizen SDK tools (Like: Baseline SDK, Native Toolchain)

- From Extension SDK > Samsung Wearable Extensions, Samsung Certificate Extensions.

 

Then, You might create a New Project From:

Tizen-Studio > File > New > Tizen Project > ....

Tizen-Studio > Right Click on Project from Project Explorer Window > Clean Project then Build Project

Right Click on Project from Project Explorer Window > Run As > Tizen Native Application

 

houssain elbou

Hi Armaan and thank you for your reply

All packages are correctly installed except for the Samsung Certificate Extensions which I can't find it under Extension SDK. I also cleaned and build my project, only when I try to run as it gives me a (non applicable), I tried to run my project again and still it gives me the same error. I still not get it why I get this error when everything is correctly installed.

 

houssain elbou

Hi Armaan,

Please ingnore my preview answer I followed the wrong steps.

This stepsThen, You might create a New Project From:

Tizen-Studio > File > New > Tizen Project > ....

Tizen-Studio > Right Click on Project from Project Explorer Window > Clean Project then Build Project

Right Click on Project from Project Explorer Window > Run As > Tizen Native Application did the trick.

 

Thanks for the help brother this solution worked for me!