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.