언어 설정

Menu
Sites
Language
Can't start tizen wearable application in emulator.

I have created a simple app and now I am trying to run it for debugging.
 

  1. First of all, I tried to run it the web simulator it works.
  2. Now I am trying to run it the emulator.
    I had started emulator via Emulator Manager, it appeared in 'Connection Manager' but when I am trying to run the app with this configuration I am getting the error "Could not find the target to launch. Please check target connection. org.tizen.web.zimlaunch.exception.NoConnectedDeviceException". After this I clicked on my emulator in 'Connection Manager' and chose 'Permit to install application' and get new error again "Certificate is not been registered yet" and link to not found topic in help.

What I am doing wrong and how can I run app in emulator?

Responses

4 댓글
namki lee

First of all, need more information.

What's the Tizen SDK version? 

Focusing on the emulator when you execute 'Run as'? I think click the emulator in 'Connection Manager' before execute 'Run as'.

And may be you not register certificate in SDK.

Refer this site : https://developer.tizen.org/development/tools/common-tools/certificate-registration

Taras Romanyk

Hi 
You was right, I missed part with importing certificate.
Now I did it and it started to work (I needed number attampts and restart pc).
But I get new error know. And I don't have clue what is wrong.
My error is:

Error code: PRIVILEGE_LEVEL_VIOLATION
Error message: 
Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/HelloBasic.wgt"
Management: Getting Started with Tizen > Native(Web) Application > Understanding Tizen Programming > Security and API Privilege 


Error code: PRIVILEGE_LEVEL_VIOLATION
Error message: 
Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/HelloBasic.wgt"
Management: Getting Started with Tizen > Native(Web) Application > Understanding Tizen Programming > Security and API Privilege 

Seoghyun Kang

Dear Taras Romanyk,

 

Could you check the device web API that you are using?

That's because of PRIVILEGE_LEVEL_VIOLATION was displayed when you use the wrong device API.

Especially, It is related to the level of device API.

 

If you do not have the special key value(platform/partner), you should use the public level APIs.

Please check it.

 

Thanks.

 

Taras Romanyk

Hi Seoghyun Kang,

Could you specify how can I check it?

I have created a basic "Helo" application for the wearable device and haven't added any line of code there. I am not sure that I have to change any properties to run this "Hello" app.