Toolkit
Toolkit

Reputation: 11119

PhoneGap Build doesn't update the app

PhoneGap Build shows successful build and log for Android, shows updated version on the PhoneGap Build web page, but when I install Android shows old version and the APK file is also old. I know for sure because I just put 2Mb of dummy images and the sise of the APK hasn't changed, so the problem is with build

Edit: it was a 1-day glitch, it works OK now

Upvotes: 0

Views: 1571

Answers (1)

Matthias Steinbauer
Matthias Steinbauer

Reputation: 1776

we see this problem every now and then. Our solution to it is to remove and ad back in the affected platform. Assuming you are also using the latest cordova tools do the following:

cordova platform remove android
cordova platform add android

Upvotes: 3

Related Questions