Photo by Garett Mizunaka

Bundletool Helper

Azure DevOps tasks to use bundletool for your Android applications

Posted by Damien Aicheh on 05/05/2020 · 1 min

Azure DevOps tasks to use bundletool for your Android applications

I created this extension to easily manipulate Android App Bundle packages using Azure DevOps.

Let’s discover it here!

Bundletool Helper Tasks

Why using these tasks?

When you setup your Azure DevOps pipeline you can specify a step to distribute your Android application through App Center but it only supports apk. Also Azure DevOps does not have bundletool pre-installed on its agents.

Introducing Bundletool Helper

To solve this problem I developed a new set of Azure DevOps tasks called Bundletool Helper, easy to use in your pipeline and free. This group of tasks provide a way to install the latest version of bundletool and use it to manipulate your Android App Bundle.

Tutorial

I wrote a complete documentation, just follow my tutorial about it.

Do not hesitate to follow me on to not miss my next tutorial!