Forrest logo
back to context overview

bundletool

List of commands for bundletool:

  • bundletool:tldr:0c3a8 bundletool: Generate APKs from an application bundle giving the 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=${filename-apks}
    try on your machine
    explain this command
  • bundletool:tldr:194b0 bundletool: Generate a device specification JSON file for an emulator or device.
    $ bundletool get-device-spec --output=${filename-json}
    try on your machine
    explain this command
  • bundletool:tldr:1ac55 bundletool: Estimate the download size of an application.
    $ bundletool get-size total --apks=${filename-apks}
    try on your machine
    explain this command
  • bundletool:tldr:5d0a0 bundletool: Display help for a subcommand.
    $ bundletool help ${subcommand}
    try on your machine
    explain this command
  • bundletool:tldr:a7af1 bundletool: Generate APKs from an application bundle (prompts for keystore password).
    $ bundletool build-apks --bundle=${path-to-bundle-aab} --ks=${path-to-key-keystore} --ks-key-alias=${key_alias} --output=${filename-apks}
    try on your machine
    explain this command
  • bundletool:tldr:e9849 bundletool: Install the right combination of APKs to an emulator or device.
    $ bundletool install-apks --apks=${filename-apks}
    try on your machine
    explain this command
  • bundletool:tldr:fed71 bundletool: Generate APKs including only one single APK for universal usage.
    $ bundletool build-apks --bundle=${path-to-bundle-aab} --mode=${universal} --ks=${path-to-key-keystore} --ks-key-alias=${key_alias} --output=${filename-apks}
    try on your machine
    explain this command
back to context overview