skip to Main Content

I made an app using Android Studio, but when I upload it to Google Play, it asks me for an aab file.
like this image

2

Answers


  1. 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

    Login or Signup to reply.
  2. In Android Studio, select “Build => Generate Signed Bundle / APK” and follow the dialog.

    screenshot

    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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search