How to set versionCode in AndroidManifest.xml?

Dear All:

I deploy second version apk to Market, get the error message as blow:

1
The new apk's versionCode (1) in AndroidManifest.xml must be higher than the old apk's versionCode (1).

I find solution. update build.settings to add blow information:

1
2
3
4
5
6
settings = {
android =
{
versionCode = "1"
},
}
views:1486 update:2011/10/8 8:54:25
corona forums © 2003-2011