Skip to content
Bundletool is a command-line tool to manipulate Android App Bundles
Java
Branch: master
Clone or download

Latest commit

Iurii Makhno
Latest commit 8c3b870 May 19, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Prepare for release 0.13.3. Mar 11, 2020
gradle/wrapper Prepare for release 0.13.3. Mar 11, 2020
src Prepare for release 0.15.0. May 18, 2020
.gitignore Prepare for release 0.13.3. Mar 11, 2020
CONTRIBUTING.md Prepare for release 0.13.3. Mar 11, 2020
LICENSE Prepare for release 0.13.3. Mar 11, 2020
README.md Prepare for release 0.15.0. May 18, 2020
build.gradle Prepare for release 0.13.4. Mar 27, 2020
gradle.properties Prepare for release 0.15.0. May 18, 2020
gradlew Bundletool first commit! May 4, 2018
gradlew.bat Prepare for release 0.13.0. Feb 6, 2020

README.md

bundletool

Bundletool is a tool to manipulate Android App Bundles.

The Android App Bundle is a new format for publishing Android apps in app distribution stores such as Google Play.

Bundletool has a few different responsibilities:

  • Build an Android App Bundle from pre-compiled modules of a project.

  • Generate an APK Set archive containing APKs for all possible devices.

  • Extract APK(s) from the APK Set compatible with a given device.

  • Install APK(s) from the APK Set compatible with a connected device.

  • Extract device spec from a device as a JSON file.

Read more about the App Bundle format and Bundletool's usage at g.co/androidappbundle

Documentation of bundletool commands can be found at: https://developer.android.com/studio/command-line/bundletool

Releases

Latest release: 0.15.0

You can’t perform that action at this time.