android_xdl
Run this command in a terminal, in your project's directory:
cargo add android_xdl
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
android_xdl = "0.0.3"
The android_xdl library will be automatically available globally.
Back to the crate overview.