Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate Android App Bundle aab from apk file

I'm using Xamarin to develop android app. As I know, it hasn't supported android app bundle. So I would like to know if there is any way to generate an Android App Bundle - aab file from the apk via terminal? Or any other good way to process ?

like image 953
do doan Avatar asked Oct 19 '25 05:10

do doan


1 Answers

No, the APK itself doesn't have enough information for the bundletool to create a bundle (AAB). It can work the other way round - to create an APK from a bundle.

If you want to create a bundle by hand, you will need to do a lot of stuff by hand, including resource handling, code compilation etc. You can find more information about how to do that in the official documentation.

like image 78
Izabela Orlowska Avatar answered Oct 20 '25 18:10

Izabela Orlowska



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!