Build SDK for the local hardware
It's likely that you want to build the SDK to run on the emulator on your machine, so let's default to that, rather than aarch64.
This commit is contained in:
parent
91444aee67
commit
60ea133357
2 changed files with 8 additions and 4 deletions
|
|
@ -130,9 +130,9 @@ Prerequisites:
|
|||
```
|
||||
cargo install cargo-ndk
|
||||
```
|
||||
* Install the Android Rust toolchain:
|
||||
* Install the Android Rust toolchain for your machine's hardware:
|
||||
```
|
||||
rustup target add aarch64-linux-android
|
||||
rustup target add `uname -m`-linux-android
|
||||
```
|
||||
* Depending on the location of the Android SDK, you may need to set
|
||||
`ANDROID_HOME`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue