From 0ab14264c0fb90bccc989bd6c81f27161c25fc68 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Sun, 17 Apr 2022 08:59:57 -0400 Subject: [PATCH] Add comment on requirement for x86_64 emulator in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2527d8..69b6c59 100644 --- a/README.md +++ b/README.md @@ -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 ```