Do we need to upload AAB file (Android) to Release assets? #7307
Closed
Districh-ru
started this conversation in
General
Replies: 1 comment 5 replies
-
Hello, @oleg-derevenetz , what is your opinion about need of AAB in Release assets? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I understand, AAB file cannot be directly installed on Android devices. It is used only by Google Play and other markets.
To install it the user must use some software (e.g. https://github.com/google/bundletool ) to build APK file.
But we already have the APK file in Android archive.
Is there a need to put ABB file into the Android archive for Release assets?
Beta Was this translation helpful? Give feedback.
All reactions