언어 설정

Menu
Sites
Language
Installation problem on Emulator

Hi

I am new to Tizen, i tried to install the native tizen project on the connected emulator, but it shows dialog saying "Cannot launch a non-tizen project".

But i can able to run the tizen web project on the emulator. 

Using Tizen SDK 2.2 and running on windows PC.

Please let me know how to resolve this "Cannot launch a non-tizen project" problem for native tizen projects.

 

-----

Shekar.S

Edited by: Shekar Subramani on 04 6월, 2014

Responses

6 댓글
Alex Ashirov

Hi,

Is this your own project or sample delivered with the SDK?

Shekar Subramani

Hi Alex

I just created a sample native project and trying to run on the emulator, but it showing "Cannot launch a non-tizen project"

Alex Ashirov

Hi,

Can you please try the following

  1. In the Tizen IDE select File->New->Tizen Native Project;
  2. Then select Sample at the top (instead of Template);
  3. Select any sample from the list (e.g. Calculator);
  4. Input Project name;
  5. Press Finish button;
  6. Right click on the project in the Project Explorer and choose Run As->Tizen Native Application.
Shekar Subramani

Thanks Alex, its working now.

As i said am new to Tizen, if you have any PDF tutorial to learn Tizen development or any good video tutorial link, please share it.

Alex Ashirov

Usually I use Help delivered with the Tizen IDE. Help->Help Contents. It contains a lot of useful information. 

Shekar Subramani

OK Thanks