I made an app using Android Studio, but when I upload it to Google Play, it asks me for an aab file.
2
In Android Stuido go to Build -> Generate signed bundle/APK and select Android application bundle.
after that, enter all your information and paths and your aab file will be generated.
for more information look at this video
In Android Studio, select “Build => Generate Signed Bundle / APK” and follow the dialog.
The process will leave you with a built and signed release bundle that’s ready for upload to the Play Store.
for more detailed steps go here.
Click here to cancel reply.
2
Answers
In Android Stuido go to Build -> Generate signed bundle/APK and select Android application bundle.
after that, enter all your information and paths and your aab file will be generated.
for more information look at this video
In Android Studio, select “Build => Generate Signed Bundle / APK” and follow the dialog.
The process will leave you with a built and signed release bundle that’s ready for upload to the Play Store.
for more detailed steps go here.