Skip to content

Commit

Permalink
Update Android example readme (#530)
Browse files Browse the repository at this point in the history
Use `--android_platforms`, `--fat_apk_cpu` is deprecated
  • Loading branch information
ahumesky authored Dec 4, 2024
1 parent fdfabba commit b51e3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/ndk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ For the full documentation, please visit the [Bazel documentation page](https://
## Instructions

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

<img src="/images/result.png" width="400px" />
<img src="images/result.png" width="400px" />

## Build graph

Expand Down

0 comments on commit b51e3bd

Please sign in to comment.