Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.44 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.44 KB

android-app-bundle

Manage Android App Bundles using Bundletool

Usage

android-app-bundle [-h] [--log-stream STREAM] [--no-color] [--version] [-s] [-v]
    ACTION

Common options

-h, --help

show this help message and exit

--log-stream=stderr | stdout

Log output stream. Default stderr

--no-color

Do not use ANSI colors to format terminal output

--version

Show tool version and exit

-s, --silent

Disable log output for commands

-v, --verbose

Enable verbose logging for commands

Actions

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