Eric
Eric

Reputation: 17536

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

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:

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.

Upvotes: 69

Views: 31287

Answers (20)

Angelina Gromova
Angelina Gromova

Reputation: 201

For me it was a VPN issue.

To solve it:

  1. Go to Play Console / App Bundle Explorer
  2. Push the upload button on the top of the page
  3. Turn off your VPN and upload your apk or aab
  4. Turn the VPN on and push Done button

Now you can add your aab to the new version

Upvotes: 0

Harshal Pudale
Harshal Pudale

Reputation: 268

For me, none of the mentioned solutions worked. The issue was that one of the closed testing tracks had an older APK which didn't target API 33, and the target API update duration was overdue. Make sure that all tracks are targeting at least the minimum API version specified by Google.

Upvotes: 1

Harshal Karande
Harshal Karande

Reputation: 498

Happened to me and tried everything from this post. Even changed the version Nothing worked. Discarded the build and created the new build in Play console and it worked.

Upvotes: 0

TOPKAT
TOPKAT

Reputation: 8638

Expo users, error with app signing

For me the reason for the error on uploading was that I didn't had signed the build with the same key as my previous build version.

This happent with expo since I accidentally changed android package (bundle identifier) field in app.json to something else than my previous build (it was camel case and I lowercased it)

Upvotes: 0

innomatic
innomatic

Reputation: 608

As of version 119.0.6045.105 of Chrome, I can confidently say that this is about the Chrome. None of the existing suggestions worked. Then I switched to Firefox. It worked flawlessly.

Upvotes: 2

eric long
eric long

Reputation: 660

I often use Chrome to upload, but this time it happened. And I changed to Safari, working well.

Upvotes: 0

sanjay HillStudios
sanjay HillStudios

Reputation: 1

Personally what happened in my case is

I opened two gmail accounts in two tabs.One is work and other is personal.

So the upload is not working.So Close all tabs sign out completely and it worked for me.

Upvotes: 0

Waqas Khan Roghani
Waqas Khan Roghani

Reputation: 69

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:)

Upvotes: 0

Alon Minski
Alon Minski

Reputation: 1581

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.

Upvotes: 0

Noor Hossain
Noor Hossain

Reputation: 1831

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.

Upvotes: 0

jay
jay

Reputation: 507

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.

Upvotes: 0

Eric
Eric

Reputation: 17536

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

Upvotes: 94

itzo
itzo

Reputation: 1249

On Safari:

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

Upvotes: 0

kzrfaisal
kzrfaisal

Reputation: 1443

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.

Upvotes: 22

bobbaluba
bobbaluba

Reputation: 3884

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.

Upvotes: 0

Ankur
Ankur

Reputation: 1308

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.

Upvotes: 3

Ulimator
Ulimator

Reputation: 21

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

Upvotes: 2

tonclem
tonclem

Reputation: 99

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.

Upvotes: 9

djdance
djdance

Reputation: 3209

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.

Upvotes: 1

Raja
Raja

Reputation: 73

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.

Upvotes: 0

Related Questions