Problem
thread 'main' panicked at 'activated_features for invalid package: features did not find PackageId { name: "jni", version: "0.19.0", source: "registry `crates-io`" } NormalOrDevOrArtifactTarget(Some(CompileTarget { name: "aarch64-linux-android" }))', src\tools\cargo\src/cargo\core\resolver\features.rs:318:14
Attached is a small copy of the project, it's a copy of the android-ndk-rs hello world sample that I'm trying to adapt to use bindeps to see if I can have them create an apk.
android-test.zip
Steps
- Download attached zip file
- Build with
cargo +nightly build -Zbindeps, or a clean cargo from main (5be1b1b5b)
Possible Solution(s)
No response
Notes
No response
Version
No response