nandi/jolt-nativepublic Fork 0
fa4ecdfed6a830e6099d5fab9be24ef72ea1923b
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 fa4ecdfed6a830e6099d5fab9be24ef72ea1923b · nandi · 19d 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