Can't upload my android apk file to Android Server

Hi,

I built my application in corona for the android platform successfully without any issues. However, I tried to upload my application to the Android Servers. Every time I try to, I get this error “The server could not process your apk. Try again.”

I tried many times but still I am getting the above message.

What is the problem, what should I do?

Regards
Anas
[import]uid: 56993 topic_id: 10415 reply_id: 310415[/import]

In your build.settings file do you have an Android versionCode?

settings = {
android =
{
versionCode = “1”
},
}

Just a stab in the dark. [import]uid: 52627 topic_id: 10415 reply_id: 37919[/import]

Yes I have the versionCode setting in the build.settings file [import]uid: 56993 topic_id: 10415 reply_id: 37920[/import]

And when you build there are no errors or warnings? [import]uid: 52627 topic_id: 10415 reply_id: 37921[/import]

No errors no warnings. I am using Corona build 2011.484.

I unzipped the apk file to check the AndroidManifest.xml file and the file does not look like a valid xml file, is it normal? is it a problem with Corona’s buit? [import]uid: 56993 topic_id: 10415 reply_id: 37923[/import]