Problem Publishing an App to the Android Market

I followed the instructions mentioned here:

http://developer.anscamobile.com/forum/2011/04/16/signing-android-applications-3-easy-steps

They worked great for building the APK file.

Now when I try and submit that APK file to the android market, I am getting this error:

“Market requires versionCode to be set to a positive 32-bit integer in AndroidManifest.xml.”

I am not sure Do i need to manually create the Andoird Manifest File? or does Corona make this file during its build process?

Any pointers on what step I am missing? [import]uid: 88147 topic_id: 15501 reply_id: 315501[/import]

I have the same issue… [import]uid: 9592 topic_id: 15501 reply_id: 61702[/import]

Put this to your build settings, I think you"ll need to use recent daily build for this to work…

[lua]android =
{
versionCode = “1”,
versionName = “1.0”,
},[/lua]

Of course set it to match yours…If it’s the first upload, above should do fine… [import]uid: 10478 topic_id: 15501 reply_id: 61708[/import]

Hi PixelEnvision,

thank you, i will try it at the evening…

BR,
Alen [import]uid: 9592 topic_id: 15501 reply_id: 61793[/import]

This worked for me. Thanks! [import]uid: 58387 topic_id: 15501 reply_id: 62849[/import]