README: add adb logcat command to initial example

This commit is contained in:
Robert Bragg
2022-05-25 22:30:23 +01:00
committed by GitHub
parent 5d38fdf593
commit d929a88468
+1
View File
@@ -65,6 +65,7 @@ extern "C" fn android_main() {
rustup target add aarch64-linux-android
cargo install cargo-apk
cargo apk run
adb logcat example:V *:S
```
# Game Activity