Android port with minimal dependencies (no studio or gigabytes of "gradles" required)

hofuku f16479dd6a storage support + default app 2 years ago
assets f16479dd6a storage support + default app 2 years ago
bin 47def8f1b9 initial commit 2 years ago
contrib f16479dd6a storage support + default app 2 years ago
res 47def8f1b9 initial commit 2 years ago
src f16479dd6a storage support + default app 2 years ago
.gitignore 47def8f1b9 initial commit 2 years ago
AndroidManifest.xml 47def8f1b9 initial commit 2 years ago
LICENSE e1e8fe05f3 license file 2 years ago
Makefile 47def8f1b9 initial commit 2 years ago
README.md f16479dd6a storage support + default app 2 years ago
sign.sh 47def8f1b9 initial commit 2 years ago
temp.jks 47def8f1b9 initial commit 2 years ago

README.md

CakeJS2 for Android

Basically it could be any web application, but I prefer this one.

CakeJS2 running on android screenshot

Why ?

Just wanted to have a simple Makefile based template without all of those "platforms" and "studios" wasting gigabytes of memory.

Features

  • Blazing fast application builds
  • Has no "gradles" and other stupid dependencies
  • It is a minimal webview

Dependencies

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:

  • dx
  • aapt
  • javac
  • android.jar

Which could be installed from source code or downloaded through one of those internets.

How to use

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.

License

GPLv2