Languages

Menu
Sites
Language
Cannot acquire app for

Hi there.

My project is built without any errors. I get the .tpk file from Debug folder and try to install it using native-install. Installation has been completed successfully too. But when I lounch the app I see 
07-15 13:34:29.472 : ERROR / Tizen::App ( 2168 : 2168 ) : static int Tizen::App::_AppLifecycleManager::LaunchCallback(int, void*)(921) > Cannot acquire app for 2490.
 
The app doesn't start. What is a problem? How can I fix it?

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

Responses

5 Replies
Can you try "Release Build Mode"?
Byron Gavras
Thank you for your answer Nour Saffaf. I had the same problem and this is how i fixed it. Right click on your project in Project Explorer. Select Properties -> C/C++ Build ->Tizen Settings. Now from the drop down list at your right press the button Manage Configurations... Select the Release and press Set Active button. After this change my native project runs.
welcome :)
Clara McKenzie
I have the same issue and want to run my Debug configuration - is this possible?
if you want to install tpk in the device from native install, then it must be set to "release mode" From IDE, set it to Debug mode and run the app