Skip to content

kyoobey/duel_android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published