Manage Android App Bundles using Bundletool
android-app-bundle [-h] [--log-stream STREAM] [--no-color] [--version] [-s] [-v]
ACTION
show this help message and exit
Log output stream. Default stderr
Do not use ANSI colors to format terminal output
Show tool version and exit
Disable log output for commands
Enable verbose logging for commands
Action | Description |
---|---|
build-apks |
Generates an APK Set archive containing either all possible split APKs and standalone APKs or APKs optimized for the connected device (see connected- device flag). Returns list of generated APK set archives |
build-universal-apk |
Shortcut for build-apks to build universal APKs from bundles |
bundletool-version |
Get Bundletool version |
dump |
Get files list or extract values from the bundle in a human-readable form |
is-signed |
Check if given Android app bundle is signed |
sign |
Sign Android app bundle with specified key and keystore |
validate |
Verify that given Android App Bundle is valid and print out information about it |