X

Sign in

Forgotten your password?

... or login with Facebook:

Don't have an AndroidPIT account yet? Sign up
Android Forum » Android » Android Market » Google play 'The server could not process your apk. Try again.'

Google play 'The server could not process your apk. Try again.'

Google play 'The server could not process your apk. Try again.'
created on Nov 23, 2012 9:31:37 PM
When I upload my apk files onto Google play I keep getting the error message

'The server could not process your apk. Try again.'

like in the screenshot. Is anyone else getting this error? I contacted google support and they just replied with a generic response.

I did a have screenshot but androidpit wont let me post it.
Reply with quote Reply Link ±0     (0 votes)
RE: Google play 'The server could not process your apk. Try again.'
created on Nov 27, 2012 5:34:30 PM
Most likely, you have an error in your manifest xml file.

In your SDK platform tools you can find aapt

Run this
aapt dump badging <path_to_exported_.apk>

You may find errors, post them here, or try to fix them.
Good luck
Reply with quote Reply Link ±0     (0 votes)