kyoobey / duel_android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android dependencies

set ANDROID_SDK_ROOT Android SDK buildtools 31

set ANDROID_NDK_HOME Android NDK 25...

dependencies

testing

build crate game with feature desktop

cargo run --features=duel/desktop --bin gametest

testing on android

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

About


Languages

Language:Rust 93.7%Language:Java 6.3%