Add comment on requirement for x86_64 emulator in docs

This commit is contained in:
thunderbiscuit 2022-04-17 08:59:57 -04:00
parent 14622ef75b
commit 0ab14264c0
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -84,7 +84,7 @@ rustup target add x86_64-apple-darwin aarch64-apple-darwin
# build Android library
./gradlew :android:buildAndroidLib
```
8. Start android emulator and run tests
8. Start android emulator (must be x86_64) and run tests
```sh
./gradlew connectedAndroidTest
```