Skip to content
#

android-ndk

Here are 129 public repositories matching this topic...

swiftcoder
swiftcoder commented Jan 16, 2021

Given a top-level Cargo.toml containing the a single value in the default-members key, then invoking cargo run will build and run that crate in place of the top-level crate.

[workspace]
members = ["foo", "bar"]
default-members = ["foo"]

Invoking cargo apk run currently tries to build and run the top-level crate (i.e. the workspace itself), which in my case doesn't actually

Improve this page

Add a description, image, and links to the android-ndk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the android-ndk topic, visit your repo's landing page and select "manage topics."

Learn more