set ANDROID_SDK_ROOT
Android SDK buildtools 31
set ANDROID_NDK_HOME
Android NDK 25...
- https://github.com/rib/android-activity
- https://github.com/rib/winit
- https://github.com/gfx-rs/wgpu
build crate game
with feature desktop
cargo run --features=duel/desktop --bin gametest
cd into game
directory
cargo ndk -t arm64-v8a -o app/src/main/jniLibs/ build
.\gradlew build
.\gradlew installDebug
adb shell am start -n com.tshrpl.duel/.MainActivity