Skip to content

Commit b51e3bd

Browse files
authored
Update Android example readme (#530)
Use `--android_platforms`, `--fat_apk_cpu` is deprecated
1 parent fdfabba commit b51e3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: android/ndk/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ For the full documentation, please visit the [Bazel documentation page](https://
77
## Instructions
88

99
1) Launch emulator
10-
2) Run `bazel mobile-install //app/src/main:app --fat_apk_cpu=x86 --start_app --android_crosstool_top=@androidndk//:toolchain`
10+
2) Run `bazel mobile-install //app/src/main:app --android_platforms=//:x86 --start_app`
1111

12-
<img src="/images/result.png" width="400px" />
12+
<img src="images/result.png" width="400px" />
1313

1414
## Build graph
1515

0 commit comments

Comments
 (0)