Languages

Menu
Sites
Language
Launching native sample app on emulator

Hello,

I am trying to run a native app on the emulator but have some problems.

In the 'Emulator Manager' I created an emulator of the type 'x86-standard' with default settings. I launched the created emulator and can see the home page. The created emulator is also displayed in the 'Connection Explorer' view of the IDE.

These are the steps I have taken to try to create and run a native app on the emulator:

1. Create new Tizen Native App, choose 'BasicApp' from the included samples.

2. Right click the project in the Project Explorer and select 'Build Project'.

3. Right click the project in the Project Explorer and select 'Run As' > 'Tizen Native Application'.

The 'Console' view in the IDE displays:

[Starting deploy process...]
[RDS] RDS mode is enabled.
[RDS] Cannot find information of the latest launch.
[Creating the package...]

In the right panel of the IDE it says 'Launching BasicApp - Debug. Launching: Creating the package...'.

However, the app does not start in the emulator and I get an error message 'Signing: Active secure profile is not set' and then 'Canceled to load profiles for sign'.

Could someone please give me step-by-step instructions on how to get the sample app to run in the emulator?

Thank you.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

5 Replies
Raghu Kona
Hi Vandersteene, You have to create a secure profile. In Tizen SDK, goto windows -> Preferences -> Tizen SDK -> Secure Profiles and click Certificate Generator and follow steps to create a secure profile. Now create a sample app and run it in the emulator. Regards, Raghu Kona
kavish
First create certificate for your application using below link. https://developer.tizen.org/help/topic/org.tizen.gettingstarted/html/dev_env/certificate_generator.htm Second Sign the application package with the help of below link. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fapp_dev_process%2Fsigning_application_package.htm After that build and run your application and your problem will be solved.
Vandersteene
Thank you. That was exactly what I needed.
kavish
I assume that your problem has been solved.
Vandersteene
Yes, the problem is solved. Thank you.