When i install my app on my android-device i get this well known bug. I have read this post, but i can't find the workaround. I only found something like install Titanium from source and edit a Java-File. But there must be another solution. Has anybody an idea? It looks very unprofessional with this ugly message after installing apps.
Regards, Dennis
1 Answer
Accepted Answer
Try to put this in your tiapp.xml. Clean and rebuild.
<property name="ti.android.bug2373.finishfalseroot" type="bool">true</property>
Your Answer
Think you can help? Login to answer this question!