Reputation: 1
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
Reputation: 842
To generate a signed AAB file, Goto
Build->generate Signed Bundle/APK...
Here select Android App Bundle
and click Next
This dialog box will be open next.
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
Now click Next
, and Generate Signed Bundle or APK dialog opens and click Finish.
Upvotes: 2