Skip to content

Commit

Permalink
add to guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Sep 5, 2024
1 parent c972432 commit e70d17b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ The chain is: `eframe_template` used in `eframe_template_android` used in `efram
## Building the android app

```sh
cargo install cargo-ndk
rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android

# install android ndk and sdk manually - you can follow steps on https://golb.n4n5.dev/android


# will compile the cdylib and copy it to the android app
make

# run your android emulator

# this will install the app on the emulator
make run-on-device

```

0 comments on commit e70d17b

Please sign in to comment.