Skip to content

Commit

Permalink
docs: specify android build variant
Browse files Browse the repository at this point in the history
The demo variant is intended for development purposes, so it shouldn't
be built by users.
  • Loading branch information
Oppzippy committed Nov 7, 2024
1 parent 47c64da commit 2a8755f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
1. Install rustup
2. Add all supported cpu architecture targets: `rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android`
3. Install [cargo-ndk](https://github.com/bbqsrc/cargo-ndk): `cargo install cargo-ndk`
4. In the `android` directory, run `./gradlew assembleRelease`
5. The apk can be found at `android/app/build/outputs/apk/release/app-release-unsigned.apk`
4. In the `android` directory, run `./gradlew assembleBluetoothRelease`
5. The apk can be found at `android/app/build/outputs/apk/release/app-bluetooth-release-unsigned.apk`

0 comments on commit 2a8755f

Please sign in to comment.