Adding android_xdl library as a dependency

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:

android_xdl = "0.0.3"

The android_xdl library will be automatically available globally.

Back to the crate overview.