https://github.com/thatmg393/andropiler
Compiles Android Projects on ANDROID!
https://github.com/thatmg393/andropiler
android-app java wrapper
Last synced: 2 months ago
JSON representation
Compiles Android Projects on ANDROID!
- Host: GitHub
- URL: https://github.com/thatmg393/andropiler
- Owner: ThatMG393
- License: bsd-3-clause
- Created: 2022-09-27T04:34:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T00:50:48.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T21:14:27.326Z (over 1 year ago)
- Topics: android-app, java, wrapper
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Andropiler
A Java CLI Application to compile your Android Project on **ANDROID**!


## Introduction
A ported version of [android-compiler](https://github.com/ThatMG393/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.
## Why I made this
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.
## How it works
This is basically a wrapper for Gradle and GradleW.
## How to build
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.