Bug: 197264385

Clone this repo:
  1. 4f8bc5c Fix license metadata in Android.bp in jni crate. am: d34219033d by Wei Li · 7 weeks ago main master
  2. d342190 Fix license metadata in Android.bp in jni crate. by Wei Li · 7 weeks ago
  3. 05a6269 Upgrade jni to 0.21.1 am: 293fd53532 by Matthew Maurer · 9 weeks ago
  4. 0321513 Remove unneeded test deps am: d42c2ec45a by Matthew Maurer · 9 weeks ago
  5. 293fd53 Upgrade jni to 0.21.1 by Matthew Maurer · 9 weeks ago

Build Status Docs Crates.io

JNI Bindings for Rust

Join the chat at https://gitter.im/jni-rs/Lobby

This project provides complete JNI bindings for Rust, allowing to:

  • Implement native Java methods for JVM and Android in Rust
  • Call Java code from Rust
  • Embed JVM in Rust applications and use any Java libraries

See the docs for more details.

Example

cd example
make

Contribution

See the Contribution Guide for details.

License

Licensed under either of