From 7f23ef67f30903fed090d56c8eac6e17c552d208 Mon Sep 17 00:00:00 2001 From: Yuya Kanai <14835424+Cactice@users.noreply.github.com> Date: Sat, 5 Mar 2022 12:43:17 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cd2b6ad..01979ac0 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ For more commands, run `cargo mobile`, `cargo apple`, or `cargo android` to see ### Android +**Building for Android is broken on NDK >= 23** + `cargo android run` will build, install and run the app and follows device logs emitted by the app. By default, warn and error logs are displayed. Additional logging of increasing verbosity can be shown by use of the `-v` or `-vv` options. These also provide more verbose logging for the build and install steps.