include detail about toolchain in README.md (#3020)

Sometimes, the targets installed in the `kotlin/android/README.md`
rustup steps are not installed in the same toolchain as the one that is
used to build the `debugApp`.

Added a small detail to check that the current toolchain has these
targets.

Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
Jason Elie Bou Kheir
2023-12-28 17:38:54 -06:00
committed by GitHub
parent 56ea89f795
commit 141bd60c47

View File

@@ -36,7 +36,9 @@ locally.
NDK_HOME=$ANDROID_HOME/ndk-bundle
PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin
```
1. Make sure the following Rust targets are installed:
1. Make sure the following Rust targets are installed in your current
toolchain:
```
aarch64-linux-android
arm-linux-androideabi