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 ?
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:
- Delete intermediate, saved, and binaries folders
- Rebuild project in visual studio
- Make sure “For distribution”, “Full rebuild” are checked
- Make sure “Shipping” is selected when packaging.
2 Likes