androidbuildbundlesigning

How to Build a Signed Bundle (AAB)?


I'm trying (unsuccessfully) to build an AAB for my app, which apparently is now required to publish in PlayStore. Using AndroidStudio V3.5.3, if I select "Build->GenerateSignedBundle/APK" and supply the signing info req'd, nothing happens: no processing, no output produced.

"Build->BuildBundle(s)/APK(s)" works, but the output is unsigned.
"Run->Run app" and "Run->Debug app" work, but same as above.

What am I missing?

I've read all the doc I can find but nothing helpful.


Solution

  • App bundles are an optional way to publish your app not mandatory. You can generate your signed bundle/APK from Android Studio > Build > Generate Signed Bundle / APK and follow the process...

    enter image description here