/android-build-tools

Android build tools by Google packaged for Ubuntu

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Google Android build tools for Ubuntu

Android build tools by Google packaged for Ubuntu

Visit the official website here

Based upon the work of @eighthave

How-to

Install android-build-tools

Download pre-built packages from our PPA

Build android-build-tools

Run configure with the parameters for the package you want to build:

./configure (jammy|noble|plucky|questing)

E.g. if you want to make a package for noble:

./configure noble

After configuring you can build the package as usual with debuild or pbuilder in the android-build-tools folder

FAQ

What does the installer do?

The installer contains a packaged script that automatically downloads Google's Android Build Tools package and unpacks it into Debian-friendly paths

Why doesn't main mainDexClasses work?

We still need to fix the proguard.sh dependency which is part of the tools package of the Android SDK