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:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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" ,
             },
        },
    },
}

I'm having the same problem right now.
I think it's the Android servers that are having issues at the moment.

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.

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!

views:1444 update:2011/11/2 21:34:51
corona forums © 2003-2011