source.properties Not Found #6037
-
Hi, all I'm trying to run the android example but I'm getting this error: Using package slint-demo in /home/monzeromer/Projects/slint-demo/Cargo.toml
thread 'main' panicked at /home/monzeromer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-build-0.10.0/src/ndk.rs:89:14:
Failed to read source.properties: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace I used this command: cargo apk run --target aarch64-linux-android --lib I've everything setup correctly, Android SDK, NDK and platform tools. |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Sep 8, 2024
Replies: 1 comment
-
I'm not exactly sure what the problem is there. Googling for the error message gives bevyengine/bevy#3458 and bevyengine/bevy#8619 pointing out that ANDROID_NDK_ROOT might not be set correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
monzeromer-hub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not exactly sure what the problem is there. Googling for the error message gives bevyengine/bevy#3458 and bevyengine/bevy#8619 pointing out that ANDROID_NDK_ROOT might not be set correctly.