Skip to content Skip to sidebar Skip to footer

Ti Android: "application Restart Is Required" Error On Installing App On Android Device

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'. I have learnt that

Solution 1:

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>

Post a Comment for "Ti Android: "application Restart Is Required" Error On Installing App On Android Device"