I’m having an issue with setting the versionCode in the AndroidManifest.xml file. There are several other threads that are similar to the issue I am having but they get a different error message. I tried this code (and many variations) in my build.settings file:
settings =
{
android =
{
versionCode = "2"
}
}
And I get the following error message on Google Market when I try to update an existing app:
Market requires versionCode to be set to a positive 32-bit integer in AndroidManifest.xml.
I’m guessing I was able to initially put the app up on the market because I didn’t have anything for versionCode in my build.settings file so it defaulted to 1. But for this update I’ve tried many different versionCode tricks from the forum and have had no luck.
I am using the daily build 2011.562 for Windows. [import]uid: 22492 topic_id: 12120 reply_id: 312120[/import]