Skip to content

Commit

Permalink
Add target installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Nov 8, 2024
1 parent 5ca2b43 commit 2319192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/hello_android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Use `cargo-apk` to build and run. Requires a patch to workaround [an upstream bu
One-time setup:

```sh
rustup target add aarch64-linux-android
rustup target add armv7-linux-androideabi

cargo install \
--git https://github.com/parasyte/cargo-apk.git \
--rev 282639508eeed7d73f2e1eaeea042da2716436d5 \
Expand Down

0 comments on commit 2319192

Please sign in to comment.