littledog
littledog

Reputation: 258

Error When Trying to Upload App Bundle to Play Store

I am trying to upload an app bundle to the Google Play Store, and the play console shows an error message:

"An error occurred with running the bundle-tool for your uploaded app bundle. Ensure that your app bundle is valid and try again. Learn more. Error:"

I run the bundle-tool on my own computer and everything works just fine. Anyone knows why this happens?

Upvotes: 3

Views: 4843

Answers (4)

Terry W
Terry W

Reputation: 203

For anyone else who happens to stumble upon this issue, make sure you download and use the latest version of bundle-tool, my issue was duplication of FILE-PATH-PROVIDERS, the old bundle-tool let it slide, latest one does not

Upvotes: 0

Hardik Hirpara
Hardik Hirpara

Reputation: 3046

You need to deploy aab files only, .apk is not allowed anymore. It was made compulsory from august. It was notified already

Upvotes: 2

Wade Wilson
Wade Wilson

Reputation: 165

enter image description here

https://developer.android.com/studio/projects/dynamic-delivery#create_dynamic_feature you may need this. although the doc is not detailed.

Upvotes: 4

Pierre
Pierre

Reputation: 17437

Did you run "build-apks" with the latest version of bundletool?

If so, there is little we can do to help here without access to the actual bundle. I would recommend reaching out to Play Console support team: they will be able to investigate.

Upvotes: 1

Related Questions