MacBook-Pro bevy-android % RUST_BACKTRACE=full cargo apk run --example android
thread 'main' panicked at 'Failed to read source.properties: Os { code: 2, kind: NotFound, message: "No such file or directory" }', ~/.cargo/registry/src/github.com-1ecc6299db9ec823/ndk-build-0.4.3/src/ndk.rs:59:14
Bevy version
0.5.0 from crate.io
Operating system & version
macOS
What you did
What you expected to happen
Android Debugging Session might have started
What actually happened
Error Output:
Additional information
I reconize
cargo apk run --example androidis looking forsource.properties. Which directory should I create the file or where is the URL which explainssource.properties?