bundletool

Command-line tool to manipulate Android Application Bundles. More information: https://developer.android.com/studio/command-line/bundletool.…

bundletool

Command-line tool to manipulate Android Application Bundles. More information: https://developer.android.com/studio/command-line/bundletool.

bundletool help {{subcommand}}

bundletool build-apks --bundle={{path/to/bundle.aab}} --ks={{path/to/key.keystore}} --ks-key-alias={{key_alias}} --output={{path/to/file.apks}}

bundletool build-apks --bundle={{path/to/bundle.aab}} --ks={{path/to/key.keystore}} --ks-key-alias={{key_alias}} –ks-pass={{pass:the_password}} --output={{path/to/file.apks}}

bundletool build-apks --bundle={{path/to/bundle.aab}} --mode={{universal}} --ks={{path/to/key.keystore}} --ks-key-alias={{key_alias}} --output={{path/to/file.apks}}

bundletool install-apks --apks={{path/to/file.apks}}

bundletool get-size total --apks={{path/to/file.apks}}

bundletool get-device-spec --output={{path/to/file.json}}

bundletool validate --bundle={{path/to/bundle.aab}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← bundler bundletool-dump →