ElbryanWyndon
ElbryanWyndon

Reputation: 1

How do I make an AAB file?

I have went into android studio and the option to build one isn't there, I went to an earlier version it said I needed a newer version of gradle, I looked up how to do that and then it gave me a result than only works in an earlier version, so I went to said earlier version AND IT DOESNT HAVE THE OPTION TO BUILD TO AN AAB FILE. I feel like I have just wasted 25$. How do I make a signed AAB file from an APK?

Upvotes: 0

Views: 1902

Answers (1)

Sayooj
Sayooj

Reputation: 842

To generate a signed AAB file, Goto

Build->generate Signed Bundle/APK...

enter image description here

Here select Android App Bundle and click Next

enter image description here

This dialog box will be open next.

enter image description here

Here either create a new Key store path by selecting Create new... or Choose existing... to select existing one.

The Create new... opens the below dialog, enter the details here and click OK

enter image description here

Now click Next, and Generate Signed Bundle or APK dialog opens and click Finish.

enter image description here

Upvotes: 2

Related Questions