bundletool icon indicating copy to clipboard operation
bundletool copied to clipboard

[Documentation issue] Installing and running bundletools is not explained very well

Open jleidgens opened this issue 4 years ago • 2 comments

The bundletool page (https://developer.android.com/studio/command-line/bundletool) says that you can run

bundletool build-apks --bundle=/MyApp/my_app.aab --output=/MyApp/my_app.apks

Before that it does not explain how to install bundletool in a way that allows me to run a command this way.

It would be nice to either add an explanation on how to install bundletool or change the run command in a way that it runs the jar that can be downloaded from Github

jleidgens avatar Oct 26 '20 12:10 jleidgens

Good point.

For reference, that the alias for bundletool is java -jar bundletool-all.jar.

We should indeed make this explicit in the documentation.

plecesne avatar Nov 04 '20 18:11 plecesne

yes no explanation given for how to install bundletool

tahaaslam1 avatar Aug 10 '22 01:08 tahaaslam1