I\'m getting this error when uploading my Phonegap app to the Google Play Developer Console:
Your APK\'s version code needs to be higher than 2. <
Your APK\'s version code needs to be higher than 2.
Use aapt to verify your APK version:
aapt
aapt dump badging myapp.apk
It will tell you to increase the versionCode in AndroidManifest.xml, e.g.
versionCode
AndroidManifest.xml