语言

Menu
Sites
Language
Application launching problem

I created a native application and in the console window there is the message 

... successfully launched.

But in the log window there is an error saying

ERROR / Tizen::App ( 2700 : 2700 ) : static int Tizen::App::_AppLifecycleManager::LaunchCallback(int, void*)(928) > Cannot acquire app for 11652.

What is causing this error ?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
Byron Gavras
Ok 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. I found the solution based in this forum post. https://developer.tizen.org/forums/native-application-development/cannot-acquire-app#comment-4406