I'm trying to publish my app to the Play Store but whenever I export the app as an Android application, my version code and version names get reverted to "1" and "1.0" respectively. I am simply following the instructions here: How Do I Create A Certificate For My Android Market APK?
I don't understand what is going on. I'm trying to make it 2 and 1.1.
UPDATE: Here's a YouTube video of the error in action: http://www.youtube.com/watch?v=cLMf0iqpbIg&feature=youtu.be
Here's what to do:
android:versionCode
to 2, android:versionName
to 1.1 in the manifest. Clean project, build project.project.properties
, the LIKELY culprit.