How to make Android App Bundle ( aab ) file from apk?

Add this line to your project.xml (not android manifest file). For more info you should dig in the Lime /OpenFL documentation or take a look on my comment above. Ah, let’s use command line for creating apk/aab files faster and much easier.

1 Like

It seems you was using the VS Code Extension, right?. I’m not familiar to it, i’m working with Haxe Develop. Let’s ask someone else :smiley::grin: or post a new question.

1 Like

Hi again can you please show me step by step how to package a apk to an aab I have installed lime on my android studio downloaded the sdks could you please tell me what I have to do now I have my apk that was created in animate :smiley:

To create aab from apk follow steps
1.Decompile apk with apktool
2.copy res and Androidmanifest into folder
3.compile all resources into .flat files with aapt2 compile command
4.use aapt2 link command to pack resources of apk into protobuf format
5.Make base.zip and use build bundle command to create apk

or simply use apktoaabconverter.com but its paid

1 Like

I have a problem.
I can create apk file with Android Studio but if I select Android App Bundle option, it will delete everything in Release folder and gives the error that jls file is mot found.