Languages

Menu
Sites
Language
Problem after Build as Release

Hello to everyone! 

I have problem with build of my app! I wrote an app that works fine if I build it as Debug-Tizen-Emulator or Debug-Tizen-Device, but if I build it as Release it doesn't work well. Exactely I have problem during menu navigation: app's crash. So navigation works fine if I build it as Debug-Tizen-Emulator or Debug-Tizen-Device and doesn't works in Build as Release. 

I'm using, since Bada, FormManager Class as navigation manager.

How can I resolve this problem?

Regards.

P.s. If there is an alternative/better method to inovke another form I am happy to know it. =)

 

Responses

3 Replies
Have you used bada2tizen port tool? I used it and I had problems as well. It is good tool but i have found that the best way is to port bada app is to create new tizen app with multiple forms and use workflow.xml to navigate between forms then paste your code and IDF_FORM resources manually check if there is compatibility issues and remove them
Have you used bada2tizen port tool? I used it and I had problems as well. It is good tool but i have found that the best way is to port bada app is to create new tizen app with multiple forms and use workflow.xml to navigate between forms then paste your code and IDF_FORM resources manually check if there is compatibility issues and remove them
Carlo Loguercio
Thanks for your reply. Yes I port my app with bada2tizen but I havent any compatibility issues.. I will try with this workflow.xml otherwise I will rewrite my app "from 0". I will update you, I hope, with the solution. Regards.