|
||
---|---|---|
android | ||
doc | ||
shaders | ||
src | ||
tools | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md |
README.md
Setup steps for android:
- Download android-studio
- Run android-studio to download the SDKs and accept the licenses
- Set ANDROID_SDK_HOME to the SDK directory(/opt/android-sdk)
- Make sure
java --version
returns a jdk11 version - Run gradlew assembleDebug