The Android App Bundle is not signed

Hello, please tell me when I upload. apk to the Google Play store everything works fine, but when I want to download .abb to support the 32 and 64 versions, I get an error that The Android App Bundle is not signed. How can this be fixed ?

343792-screenshot-1.png

343793-screenshot-2.png

343796-screenshot-5.png

I’m having the exact same problem.
someone help me please!

same problem…anyone here knows whats going on?

In file->package project->packaging setting check the item “For Distribution”
In file->package project->build configuration set to “shipping”

And of course Make A Key Store For Distributing,

2 Likes

The Android App Bundle was not signed. same problem

This is what I normally do when I get this error:

  1. Delete intermediate, saved, and binaries folders
  2. Rebuild project in visual studio
  3. Make sure “For distribution”, “Full rebuild” are checked
  4. Make sure “Shipping” is selected when packaging.
2 Likes