"Couldn't upload. Try again." error on Google Play Console

AndroidApkGoogle Play-ConsoleAndroid App-Bundle

Android Problem Overview


When I try to upload my Android App Bundle to the Google Play Console, I get this generic error message saying "Couldn't upload. Try again.".

I've already tried:

  • making sure my versionName and versionCode are unique among all uploaded artifacts
  • making sure that the .aab/.apk is signed with the proper key
  • re-uploading the .AAB file
  • re-uploading the .APK file
  • checking status of google services to make sure that there isn't a mass outage
  • asking my senior Android dev what's up

How do I resolve this error and upload my .AAB or .APK?

When I try to upload my Android App Bundle to the Google Play Console, I get this generic error message: Couldn't upload. Try again.

Android Solutions


Solution 1 - Android

Google Chrome

Use a new Incognito window to upload the .aab or .apk (as mentioned in the comments).

Alternatively, clear the website data:

  1. going to: developer console (F12) > Application > Storage > Clear site data
  2. press F5 to refresh the page
  3. uploading the .apk/.aab again

Safari

Open Preferences > Privacy > Manage Website Data > Remove All > Done

Solution 2 - Android

Here's what worked for me: After getting the error on play console. Now use 'Add from Library' option instead of 'Upload', and you will find your appbundle that failed to upload there, select it and proceed with further steps.

Solution 3 - Android

This problem comes out due to multiple gmail logins on same browser, if the developer account is not the default logged in account. You can solve this by signing out all gmail accounts and login in the specific gmail account.

Solution 4 - Android

For my case clearing data, using Incognito or changing browser did not work. So, finally I uploaded an APK file (all previous versions were AAB files) and surprisingly Google Play console accepted it!

Give a chance to APK file if the above answers are not helping you.

Solution 5 - Android

Do you have gmail with another account, opened in other tab? If so, sign out from both accounts, then sign in to Google Play console again.

Solution 6 - Android

I could simply solve the problem by usinng Firefox instead of Chrome. Nothing else helped. With Chrome the problem remained even after applying all the suggestions above. Chrome 56, OS Ubuntu 16.04

Solution 7 - Android

If your zip align is not successful or verification failed at the end of the zip align process, this error is likely to occur. Please analyze whether zip align was successful. Also, you can try uploading both in .apk and .aab format. You are more likely to get a more detailed error hinting a possible cause.

Solution 8 - Android

If you're using Unity

I was trying to upload a Unity project. Clearing browser cache, loging out of accounts, trying different browsers, zip align etc. didn't help for me. What did, was to either:

a. Upload an .apk instead of an app bundle.

For some reason, this works completely fine, but app bundles fail every time.

Sadly, apks be unavailable for new apps starting from August 2021 :(

b. Upgrade to a newer version of Unity

Versions that did not work:

  • 2019.4.20

Versions that worked:

  • 2020.3.3

Play Console's error message is not especially helpful, so it's difficult to say exactly what the problem was or what fixed it, but hopefully this will help someone else using Unity.

I haven't tested any Unity versions except those listed above. If you have and also have the necessary stackoverflow rights, feel free to update my list with your own findings.

Solution 9 - Android

On Safari:

Preferences -> Privacy -> Manage Website Data -> Google (remove that) did it for me! ;-)

Solution 10 - Android

After that error happened to me, I click "Add From Library" and my uploaded app bundle showed up there, and am able to select it.

No need to logout/login or clear the cache/cookies.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEricView Question on Stackoverflow
Solution 1 - AndroidEricView Answer on Stackoverflow
Solution 2 - AndroidkzrfaisalView Answer on Stackoverflow
Solution 3 - AndroidtonclemView Answer on Stackoverflow
Solution 4 - AndroidAnkurView Answer on Stackoverflow
Solution 5 - AndroiddjdanceView Answer on Stackoverflow
Solution 6 - AndroidUlimatorView Answer on Stackoverflow
Solution 7 - AndroidRajaView Answer on Stackoverflow
Solution 8 - AndroidbobbalubaView Answer on Stackoverflow
Solution 9 - AndroiditzoView Answer on Stackoverflow
Solution 10 - AndroidjayView Answer on Stackoverflow