Google App Publishing Issue Possible Fix: “The server could not process your apk. Try again”

Posted: July 2, 2010 in Uncategorized

Worked on this one for a few days. The fix was to:

  • Move the <uses-sdk> tag to the top.
  • Move all the <uses-permission> tags under the <uses-sdk> tag.
  • Remove the empty <uses-configuration> tag (probably the main culprit anyway).

Google – you really need to fix your system. “The server could not process your apk. Try again” is not anywhere near a helpful error message.

I hope this helps anyone running into this problem!

Best,

-Auri

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s