简体   繁体   中英

Google Play Console - An unexpected error has occurred. Please try again. (4ED07195)

I am receiving this error message when pressing the start roll-out to production button.

An unexpected error has occurred. Please try again. (4ED07195)

What can I do to resolved it and perform an update production roll-out on my app?

Google chrome was the problem. I tried a browser other than chrome and it worked like a charm.

FYI ~ I have resolved the issue after a few days. BUT in case someone else is facing this same error when trying to "roll-out to production". This error only occurs if you are updating an existing app that was in a APK and now trying to roll-out the "now normal" AAB file format.

The error code "4ED07195" doesn't mean much but removing those failed attempts in bundle explorer. I decided to clean the project first then do a build using the APK format and it worked!

My Steps in Android Studio 4:

Click on "Build" >> "Clean Project" >> Wait until Event log state it's complete

And Next:

Click on "Build" >> "Generate Signed Bundle/APK" >> Select "APK" & Click "Next" >> Enter your Key Store Info & Click Next >> Wait until creation >> Upload APK to google developer console.

~Hope this helps~

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM