add note to readme about android

This commit is contained in:
griffi-gh 2023-05-21 12:41:09 +02:00
parent 864ae29b3b
commit 184fca2726

View file

@ -43,7 +43,11 @@ cargo +nightly build --bin kubi -r --features nightly
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
cargo install cargo-apk