You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I want to be able to generate .aab file when building NS Application for Android. This improves the size of the application that will be downloaded by the users from the Play Store.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I want to be able to generate
.aab
file when building NS Application for Android. This improves the size of the application that will be downloaded by the users from the Play Store.Describe alternatives you've considered
Using
.apk
Additional context
The feature is documented in this Documentation Pull Request
More information about the
.aab
format here.Acceptance criteria
tns build android
command, which should produce.aab
file..aab
files in output..aab
file..aab
file on device usingbundletool
..aab
file fromrelease
build.tns run
withaab
flag.tns build ios
withaab
flag.tns deploy
withaab
flag.tns debug
withaab
flag.tns cloud build
withaab
flag.tns cloud run
withaab
flag.tns cloud deploy
withaab
flag.tns cloud publish
withaab
flag.apk
size on device (compare withapk
build).tns build android --aab
, ifandroid-runtime
version is below 5.0.0--env.snapshot
option with and without configuringwebpack plugin as described in documentation
abiFilters
inapp.gradle
as described indocumentation
The text was updated successfully, but these errors were encountered: