Due to Google’s new Play Store rules, .apk files are no longer accepted for app uploads. All new apps are required to use their new Android App Bundle (.aab) packaging format instead.
In order to continue to support the Play Store, the Android mobile export now produces .aab files instead of .apk. Now any time you export your games for Android, the result will be an “.aab” package instead of an “.apk” file.
The only advantage I see is that Google will allow you to publish apps
They no longer accept .apk files, or I would probably have just left it exporting to .apk directly.
In theory, the .aab package format allows for smaller app distributions since the apk gets assembled by the app store at download time, and can be selective about what gets sent to each device. In practice, it probably won’t result in much of a difference for the typical Flowlab game.
I was about to try exporting it to the Google Play Store, and I don’t have pc to get another download.
Edit: this didn’t make much sense, the context is that my mobile download is APK.
Hey @FlynnIllustration - welcome to the forum, sorry to hear that you’re having trouble. It’s possible that there was a problem with the export. Does nothing download when you click the “android” button after exporting?
If you post a link to the game you exported, I can take a look and see if there was a problem with the export process.
tell me if im wrong but arnt aab files much smaller than an apk? also will this break compatibilty with itch.io (yes I know you can convert in android studio but thats a long and drawn out proccess