bzt a77db0402d Added Android port | 1 year ago | |
---|---|---|
.. | ||
app | 1 year ago | |
gradle | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
build.gradle | 1 year ago | |
gradle.properties | 1 year ago | |
gradlew | 1 year ago | |
gradlew.bat | 1 year ago | |
settings.gradle | 1 year ago |
This directory contains the main executable for the Android port, using the SDL3 backend.
*** EXPERIMENTAL ***
NOTE: I'm looking for a contributor who would help me with this port. I've set up everything as SDL/docs/README.android said, but I couldn't get ndk-build working, so I couldn't test it and I don't know if this gradle setup is okay or not. Should be to my best knowledge.
Command | Description |
---|---|
make |
Compile the APK (into app/build/outputs/apk/arm8 ) |
make installRelease |
Compile and install release version |
make installDebug |
Compile and install debug version |
Android SDK (version 31 or later) https://developer.android.com/sdk/index.html
Android NDK r15c or later https://developer.android.com/tools/sdk/ndk/index.html
Minimum API level supported by SDL: 16 (Android 4.1)