crow-misia / rust-android-example

Rust with Android example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust with Android example.

prepare

  1. install python3
  2. install rust
  3. run commands
rustup target add armv7-linux-androideabi   # for arm
rustup target add i686-linux-android        # for x86
rustup target add aarch64-linux-android     # for arm64
rustup target add x86_64-linux-android      # for x86_64

About

Rust with Android example


Languages

Language:Kotlin 84.9%Language:Rust 15.1%