aweinstock314 / rust-clipboard

System Clipboard interfacing library in Rust
Apache License 2.0
365 stars 75 forks source link

Added android support #87

Open Fancyflame opened 2 years ago

Fancyflame commented 2 years ago

I have tested on my physical Android phone and can work. Used jni and ndk_glue.

Fancyflame commented 2 years ago

There is some problem with get_content, please wait a while.

EDIT: Already fixed.