Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error on uploading app to play console- "Upload failed The Android App Bundle was not signed ."

Tags:

When I upload the signed bundle of the app to play store it gives an error- "Upload failed The Android App Bundle was not signed."

like image 895
Bedanta Kakati Avatar asked Apr 26 '19 03:04

Bedanta Kakati


1 Answers

In my case, for the same issue, debuggable was true in the selected build type while generating build.

After setting it to false, the generated build started to get uploaded in Play Store. Play Store does not accept builds with debuggable on.

like image 120
krishh Avatar answered Sep 21 '22 19:09

krishh