bundletool
Verified for current stable LTS
Bundletool Commands
Bundletool command syntax with verified terminal examples.
Commands
16 commands for Bundletool
bundletool Operations
Bundletool Command: Display Help For Subcommand
bundletool help <subcommand> bundletool Operations
Bundletool Command: Display Help Subcommand
bundletool help <subcommand> bundletool HTTP
Bundletool Command: Estimate Download Size
bundletool get-size total --apks <path/to/file.apks> bundletool HTTP
Bundletool Command: Estimate Download Size Of Application
bundletool get-size total --apks <path/to/file.apks> bundletool Operations
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 Operations
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 Operations
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 Operations
Bundletool Command: Generate Apks Prompts Keystore 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 Operations
Bundletool Command: Generate Apks With 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 HTTP
Bundletool Command: Generate Device Specification Json
bundletool get-device-spec --output <path/to/file.json> bundletool Operations
Bundletool Command: Generate Universal Apk
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 Operations
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 Operations
Bundletool Command: Install Apks On Device
bundletool install-apks --apks <path/to/file.apks> bundletool Operations
Bundletool Command: Install Apks To Device
bundletool install-apks --apks <path/to/file.apks> bundletool Operations
Bundletool Command: Verify Bundle And Display Info
bundletool validate --bundle <path/to/bundle.aab> bundletool Operations
Bundletool Command: Verify Bundle Display Information
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.