add note to readme about android

This commit is contained in:
griffi-gh 2023-05-21 12:41:09 +02:00
parent 31a959ba1a
commit 1625e9cce9

View file

@ -43,7 +43,11 @@ cargo +nightly build --bin kubi -r --features nightly
build for android build for android
prerequisites: Android SDK, NDK, platform-tools, latest JDK please note that android support is purely experimental!
gamepad, keyboard and mouse input is currently borked, and touch controls are not available.
srgb and blending are broken too, which leads to many rendering issues
prerequisites: Android SDK, NDK, platform-tools, latest JDK (all should be in $PATH)
```bash ```bash
cargo install cargo-apk cargo install cargo-apk