A Java CLI Application to compile your Android Project on ANDROID!
A ported version of android-compiler to Java.
I ported android-compiler to Java because I was having trouble with the bash script, and it kept having weird issues.
Please make an Issue if there is a bug or something else.
So you can compile Android Projects on Android without having to download AAPT2
for your CPU Architecture and pass -Pandroid.aapt2FromMavenOverride
over and over again.
This is basically a wrapper for Gradle and GradleW.
Requirements:
- Java 17
- Gradle 7.5.1 or newer
Open a terminal then do
bash make.sh
then it will automatically compile.
Do make.sh -h
for more options.