Android port with minimal dependencies (no studio or gigabytes of "gradles" required)
|
2 years ago | |
---|---|---|
assets | 2 years ago | |
bin | 2 years ago | |
contrib | 2 years ago | |
res | 2 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
AndroidManifest.xml | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
sign.sh | 2 years ago | |
temp.jks | 2 years ago |
Basically it could be any web application, but I prefer this one.
Just wanted to have a simple Makefile
based template without all
of those "platforms" and "studios" wasting gigabytes of memory.
The installation depends on some android build tools which could be easily installed (for debian):
sudo apt install openjdk-11-jdk dalvik-exchange libandroid-23-java
It doesn't matter which version of those tools you have installed, the only tools required is:
Which could be installed from source code or downloaded through one of those internets.
Simply run make
or make install
if you've already configured your adb
connection.
There is nothing but assets/index.html
file which is the application
that you can replace with your own.
GPLv2