Ionic Android App Bundle

Hello!
How can i create ionic app with Android App Bundle?
This question is very important!!!

This manual from native app
https://developer.android.com/guide/app-bundle?utm_source=android-studio

but how use it for ionic app?

Hi,
We generated the bundle with Android Studio.

The steps are:

  1. Launch Android Studio
  2. Go To Import Project (Eclipse ADT, Gradle, etc).
  3. Select Android platform directory in your project (/platforms/android).
  4. Wait to finish the Sync
  5. Go to Build > Generate Sign Bundle
  6. Complete Signing info
  7. Upload de .aab file generated (in path /platforms/android/outputs/

Note: if you have problem related to minSDK version, fix this and make a resync

3 Likes