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

From yesterday, I was trying to upload my new application to the Google Play, but every time I was trying, I was getting the error message ‘The server could not process your apk. Try again.’ Doing some googling on the internet I have found the cause and successfully repaired the error. The steps you have to follow are given below if you are facing this error. (Steps are for windows PC, but you may use similar approach on another OS)–

  1. Open the command prompt.
  2. Go to the directory “android-sdk-windowsplatform-tools” (Check aapt.exe there) using cd command
  3. Now execute the command — aapt dump badging “(Put here the full path to the exported apk including yourAppName.apk)”
  4. Check whatever error you have and repair and recheck using the command in step 3
  5. Once you have repaired the errors, your app will be successfully uploaded to the play market.

A screen shot of my error is posted with this post.

Error aapt

 

I have found this solution at link;english to swedish translation

Leave a Comment