[Tutorial] How to create Android App Bundle at Unreal Engine?

@MrKentaky you need to make entire game into single AAB file.
Working mechanism is like this :

  • With in a single aab, you include packages with armeabi-v7a and arm64-v8a.
  • When people download your game from google play, google play matches with the CPU type of your aab file and help user to download right version of game.

I hope its clear