bundletool

Verified for current stable LTS

Bundletool Commands

Bundletool command syntax with verified terminal examples.

Commands

9 commands for Bundletool

bundletool

Bundletool Command: Display Help For Subcommand

bundletool help <subcommand>
bundletool

Bundletool Command: Estimate Download Size Of Application

bundletool get-size total --apks <path/to/file.apks>
bundletool

Bundletool Command: Generate Apks From Bundle Giving Keystore Password

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

Bundletool Command: Generate Apks From Bundle Prompt For Password

bundletool build-apks --bundle <path/to/bundle.aab> --ks <path/to/key.keystore> --ks-key-alias <key_alias> --output <path/to/file.apks>
bundletool

Bundletool Command: Generate Apks From Bundle With Password

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

Bundletool Command: Generate Device Specification Json

bundletool get-device-spec --output <path/to/file.json>
bundletool

Bundletool Command: Generate Universal Apk From Bundle

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

Bundletool Command: Install Apks To Device

bundletool install-apks --apks <path/to/file.apks>
bundletool

Bundletool Command: Verify Bundle And Display Info

bundletool validate --bundle <path/to/bundle.aab>

Suggest a Bundletool Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Bundletool workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.