Build AAB (Android App Bundle)

  • #1, by darren-beckettTuesday, 03. May 2022, 17:15 2 years ago
    Is there any plan to enable Exporting as an Android App Bundle (AAB)?

    Great Poster

    384 Posts


  • #2, by SimonSTuesday, 03. May 2022, 17:16 2 years ago
    No internal, use the android project and Android Studio.

    Thread Captain

    1581 Posts

  • #3, by darren-beckettTuesday, 03. May 2022, 20:10 2 years ago
    The contents of the Android Studio zip file don't seem to generate the app details.

    The AndroidManifest still says package="com.visionaire.player" and the Icon is still the vis player.

    Is there something I need to do with the Generated Zip?

    Great Poster

    384 Posts

  • #4, by SimonSTuesday, 03. May 2022, 22:03 2 years ago
    The android project is not updated with the details, you need to set it manually in the build.gradle and change the icon in the resources folder. There are some icon generators online. You only need to do this once and then you can just update the assets folder with the vis files export.

    Thread Captain

    1581 Posts

  • #5, by darren-beckettTuesday, 03. May 2022, 23:54 2 years ago
    Ok, thanks

    Great Poster

    384 Posts