cargo-ndk-android-gradle icon indicating copy to clipboard operation
cargo-ndk-android-gradle copied to clipboard

Cargo NDK for Android projects

Results 11 cargo-ndk-android-gradle issues
Sort by recently updated
recently updated
newest added

I've hit a snag where I'm trying to run unit tests with Junit on my bindings to make sure everything works nicely. Unfortunately I keep hitting the following error: `no...

Please accept my apologies in advance if this is not a particularly well formulated issue, as I am a Rust developer first and a JDK developer like... 25th 😂 It...

Hi. First of all, thanks for making this plugin! We are using it in [touchHLE](https://github.com/hikari-no-yume/touchHLE) and it has worked quite well for us. Something that's caught me out occasionally is...

Android Studio provides the following warning about the NDK plugin: ``` At 14:26, Nov 30, 2021, Android Studio detected the following issue(s) with Gradle plugin com.github.willir.rust.cargo-ndk-android Always-Run Tasks Task runs...

Since `cargo-ndk` can already move the built native libraries into folders named after the Android ABI names (as is expected in `jniLibs`), why do this manually here using `enum RustTargetType`?...

not sure if this is the place to ask. Am building rustdesk android app. ran into this problem when running the command `cargo ndk --platform 21 --target aarch64-linux-android build --release...

This allows selection of any Cargo profile, including ones that are user-defined.

I want to be able to deploy non-stripped library files for debugging purposes, so I added a configuration parameter `extraCargoNdkArguments` that lets me pass `--no-strip` to `cargo ndk`.

One of my rust dependencies links to the shared version of the C++ STL libc++. (Specifically, I'm trying to use oboe-rs with the `shared-stdcxx` feature.) After building this all with...

How could I set target-specific environment variables?