nandi/jolt-nativepublic Fork 0
fc16d8e4f1cf0b5245d833bf4521e99d73b72df4
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Lift freeq's AV media plane out of sleek 90f8b89 · on fc16d8e4f1cf0b5245d833bf4521e99d73b72df4 · nandi · 20d ago
README.md · 14 lines · 323 Bmarkdown
Blame HistoryOpen raw

How to install

rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android

How to build apk

# Builds the project in release mode and places it into a `apk` file.
cargo apk build --release

more information at: https://github.com/rust-mobile/cargo-apk

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## How to install

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

## How to build apk

```sh
# Builds the project in release mode and places it into a `apk` file.
cargo apk build --release
```

more information at: https://github.com/rust-mobile/cargo-apk