Crates.io | blurdroid |
lib.rs | blurdroid |
version | 0.1.6 |
source | src |
created_at | 2016-08-15 09:13:52.382035 |
updated_at | 2018-03-29 08:50:29.144829 |
description | Bluetooth lib for Rust using Android's bluedroid |
homepage | |
repository | https://github.com/szeged/blurdroid |
max_upload_size | |
id | 5975 |
size | 122,332 |
$ #set ANDROID_NDK and ANDROID_SDK env
$ rustup target add arm-linux-androideabi
$ cargo build --target=arm-linux-androideabi
Min sdk api: 18 (Android 4.3)
Copy the blurdroid.jar
from the out
directory to your <android-project>/libs
directory.