Hi,
I’m having problems with Android Builds. I’ll set version to 2 or 3, but
after submission to Amazon to Android Market,… it states it has to be
higher than 1.
Any ideas?
thanks,
jad [import]uid: 11151 topic_id: 10154 reply_id: 310154[/import]
This is a common struggle I think, to solve make sure you put the version you want into your build.settings file (This is the version that your APK will get set to, not the field in the Build dialogue - me thinks that only works for the iOS builds)
Set the following to reflect the version you want it to be for your Android APK in the build.settings file
android =
{
versionCode = "2"
},
–Didn’t realize there was another thread running on at
Other Thread
[import]uid: 48203 topic_id: 10154 reply_id: 37066[/import]