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 |
|