search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Bundletool Commands

16 bundletool entries

Limited to 100 results

Back to all tools
bundletool

Bundletool Command: Display Help For Subcommand

bundletool help <subcommand>
bundletool

Bundletool Command: Display Help Subcommand

bundletool help <subcommand>
bundletool

Bundletool Command: Estimate Download Size

bundletool get-size total --apks <path/to/file.apks>
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 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

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

Bundletool Command: Generate Device Specification Json

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

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

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 On Device

bundletool install-apks --apks <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>
bundletool

Bundletool Command: Verify Bundle Display Information

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