语言

Menu
Sites
Language
problem with running app

hi there!

I have problem with running app on tizen device. Application is installed, but when i try to run it - nothing to happen. 

On emulator everything is OK

please help

编辑者为: Ярослав Екимов 21 7月, 2014

响应

5 回复
Alex Dem

Hi,
It is not quite clear from your description what sdk and what device do you use?
How you try to launch your tpk (using SDB/IDE)?
Do you have in IDE-> Window->Preferences->Security Profiles->Author Certificate?
Alexey.

Alex Dem

Also please check maybe you have installed *-i386.tpk (x86 architecture) package instead of *-arm.tpk (arm architecture) on your device.
Alexey.

Ярослав Екимов

I generated certificates and application was installed without any problem. Device pushed notification that application was installed, but when i push the icon my application doesn't  run. I'll try to install arm.tpk, thanks for idea.

Alex Dem

You could check current architecture in IDE:
"Select Project and right click"->Properties->C/C++ Build ->Tizen Settings --> Architecture (x86 or arm)
but  appropriate architecture should be selected automatically if you install your app via IDE.
I have reproduced issue only when I have installed x86 tpk package on Tizen device manually.
Alexey.

Ярослав Екимов

Many thanks i've done it. I've installed *arm.tpk.