💾 Archived View for freeshell.de › tldr › bundletool.gmi captured on 2023-04-19 at 23:33:20. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

bundletool

Command-line tool to manipulate Android Application Bundles.
Some subcommands such as `bundletool validate` have their own usage documentation.

More information.

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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY