From 1625e9cce98bb0e6692920656ee3ee7e478c9b01 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sun, 21 May 2023 12:41:09 +0200 Subject: [PATCH] add note to readme about android --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d3e71c..17cb9e4 100644 --- a/README.md +++ b/README.md @@ -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