Can't upload to Android Market

When I try to upload our app built with Corona to the Android Market I get the following error:

“The server could not process your apk. Try again.”

Does anyone have some pointers as to where to start?

The app installs and works fine when downloaded from a private server.

The build.settings file is:
[lua]settings =
{
orientation =
{
default = “portrait”,
},
android =
{
versionCode = “20”
},

androidPermissions =
{
“android.permission.STATUS_BAR”,
“android.permission.INTERNET”
},
iphone =
{
plist =
{
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png” ,
“Icon@2x.png” ,
“Icon-72.png” ,
},
},
},
}[/lua] [import]uid: 60648 topic_id: 17139 reply_id: 317139[/import]

I’m having the same problem right now.
I think it’s the Android servers that are having issues at the moment.
[import]uid: 70847 topic_id: 17139 reply_id: 64483[/import]

Definitely issues with the Android servers.

I just managed to upload my new APK. However the servers were acting all wonky for a while.
The new apk didn’t want to stay activated, however now everything seems OK.
[import]uid: 70847 topic_id: 17139 reply_id: 64491[/import]

I am still having issues but I finally got it uploaded by continuously trying until one worked (took about 12 tries in a row).

Good ol’ brute force is sometimes the answer.

Come on Google, better error reporting, please! [import]uid: 60648 topic_id: 17139 reply_id: 64548[/import]