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.
<
Had the same problem. Changing the version wasn't helpful. For Android builds you can add versionCode
to your config.xml
and state the version.
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "xxx.xxxxxx"
versionCode = "415"
version = "1.0.11">
Check http://docs.build.phonegap.com/en_US/3.1.0/configuring_basics.md.html#The%20Basics