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]