How do I install bundletool?

Vincent_Paing picture Vincent_Paing · Nov 14, 2018 · Viewed 31.2k times · Source

Although the docs mentioned

If you haven't already done so, download bundletool from the GitHub repository.

However, the repo contains only a jar file. How do I install it so that I can run with 'bundletool' command just like the docs's example.

Answer

flarkmarup picture flarkmarup · May 2, 2019

If you have brew installed simply run brew install bundletool and the alias will be set up for you as well. It did the trick for me.