With the upcoming Google's policy regarding Android developer verification, open source Android projects is in danger, so please spread this information to everyone including fellow Android developers and don't forget to send a link to KeepAndroidOpen!
This just a demo using C and Java, and also SDL3 to build Android Games, This project is also tested on-device using Termux to build.
To build, make sure to have a keystore file using keytool, then run this:
KS=<keystore_file> KS_ALIAS=<keystore_alias> KS_PASS=<keystore_password> SETUP_LIBS= COMPILE_JAVA= COMPILE_C= COPY= bash script/build.bashTo just clean build artifacts, run:
CLEAN= bash script/build.bashThis project is licensed under MIT license (see LICENSE), this project
also uses third-party libraries, license copy for each third-party libraries can
be found in each subdirectory inside third_party/ folder.