Android build tools by Google packaged for Ubuntu
Visit the official website here
Based upon the work of @eighthave
Download pre-built packages from our PPA
Run configure with the parameters for the package you want to build:
./configure (focal|jammy|noble|oracular|plucky)
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
The installer contains a packaged script that automatically downloads Google's Android Build Tools package and unpacks it into Debian-friendly paths
We still need to fix the proguard.sh dependency which is part of the tools package of the Android SDK