57

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.

Eric
  • 16,397
  • 8
  • 68
  • 76

13 Answers13

80

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

Eric
  • 16,397
  • 8
  • 68
  • 76
  • 6
    This seems to happen when you have accessed multiple Google accounts. Infact, if you jump to gmail, you likely see mailbox from a different account, while you have accessed Play Console with the right one. – FonzTech Oct 13 '20 at 10:55
  • 1
    @Eric do you know the root cause of this issue? we tried all approaches mentioned on this questions but not work. – Phong Nguyen Aug 25 '21 at 01:49
  • tried incognito mode and it worked there. Thanks – Sunny Oct 25 '21 at 13:31
20

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.

kzrfaisal
  • 1,355
  • 5
  • 15
  • 26
  • 1
    Worked for me too, tried all the others ways before and nothing was successful, if you get this error start by this solution as it is only 2 clicks ˆˆ – Milvintsiss Jun 04 '21 at 02:48
  • My app bundle library is empty. How do I get APKs into the library? – Jammer Feb 08 '22 at 10:57
8

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.

tonclem
  • 81
  • 4
  • 1
    Thanks a ton for this, if anyone was getting the error for uploading an Icon in the console along the lines of 'Can't upload icon. Try again later.' Opening the Play console in Incognito seems to solve the issue (when only a single account is logged in) – yahms23 Nov 05 '20 at 16:52
  • Right. This problem happens in the new Play console when there are multiple google accounts logged in. Google needs to fix this bug. – Sathesh Nov 06 '20 at 06:42
3

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.

Ankur
  • 1,268
  • 18
  • 22
  • 1
    I didn't expect this to work but it surprisingly did. I built an `APK` instead of `AAB` and Play Console accepted it. I don't really know why. – JTorrus Nov 29 '20 at 15:34
1

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.

djdance
  • 3,110
  • 27
  • 33
1

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

Ulimator
  • 11
  • 2
  • Not sure that this adds anything to the discussion. If you need more help, perhaps consider opening up a new question and linking to this question with further details specific to your issue, including what you have already tried. – Tori Henri Nov 03 '20 at 14:59
  • I was using Opera and the switch to FireFox actually helped. Thanks – King Of The Jungle Sep 11 '21 at 08:12
0

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.

Raja
  • 73
  • 2
  • 7
0

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.

bobbaluba
  • 3,584
  • 2
  • 31
  • 45
0

On Safari:

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

itzo
  • 1,220
  • 14
  • 18
0

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.

jay
  • 507
  • 4
  • 16
0

After All of trying above, I have just Change the browser from Chrome To "Opera" - and its uploaded very fast. It seems that opera is very fast than chrome.

Noor Hossain
  • 1,620
  • 1
  • 18
  • 25
0

I'll chime in because I had the same error. I was uploading an APK and I got the same error. My browser was Firefox. When I changed to Safari the error changed to something along the lines of: Please reduce the size of your APK to 100MB.

So I did what was needed to reduce its size below 100MB. Uploaded again and that resolved the issue in my case.

Alon Minski
  • 1,571
  • 2
  • 19
  • 32
0

If you are using multiple accounts in Google Chrome, try logging into your Gmail on a separate Chrome account, and then attempt to upload the AAB file. This method worked for me:)