TI的Andr​​oid:"应用程序重新启动是必需的"错误在Android设备上安装应用程序

问题描述:

部署该项目建立在移动设备上,当它从安装/市场上推出后,它总是给警报说,应用程序重新启动是必需的。

After deploying the project build on mobile device, when it is launched from the installer/market, it always gives alert that "Application Restart is required".

据我了解,这是一个非常已知的bug,并认为这是Android的错误。我已经通过在(http://jira.appcelerator.org/browse/TIMOB-4941)给出的解决方案了。我也补充说,网页上提到的标签之后,我曾尝试清洗项目,删除build文件夹,但不能得到解决掉。我tiapp.xml看起来像添加bug2373标记之后。
请让我知道如果我做错什么,或我失去了一些东西。任何其他的解决办法也将是有益的。谢谢!

I have learnt that this is a very known bug and also that it is an android bug. I have gone through the solution given at (http://jira.appcelerator.org/browse/TIMOB-4941). I have added the tags mentioned on that page and after that I have tried cleaning the project, deleting the build folder but could not get the problem resolved. My tiapp.xml would look like this after adding the bug2373 tags. Kindly let me know if I am doing anything wrong or I am missing something. Any other workaround would also be helpful. Thanks!!

这是在钛的一个bug,虽然他们有固定的。
请添加下面的行为 tiapp.xml

This is a bug in Titanium, though they have fixed it. Please add following line to tiapp.xml

<property name="ti.android.bug2373.finishfalseroot" type="bool">true</property>