pixels/examples/minimal-winit-android/README.md

19 lines
441 B
Markdown
Raw Normal View History

2023-07-03 11:49:41 +10:00
# Hello Android
![Hello Android](../../img/minimal-winit-android.png)
Minimal example to run on android using `winit` with `android-native-activity` feature
## Running
```
export ANDROID_HOME="path/to/sdk"
export ANDROID_NDK_HOME="path/to/ndk"
rustup target add aarch64-linux-android
cargo install cargo-apk
```
Connect your Android device via USB cable to your computer in debug mode and run the following command
```
cargo apk run
```