-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorO-AndroidSpecific to the Android mobile operating systemSpecific to the Android mobile operating system
Description
Bevy version
0.5.0 from crate.io
Operating system & version
macOS
What you did
- Install Android SDK and NDK
- Follow bevy documentation to run on Android ( https://github.com/bevyengine/bevy/blob/main/examples/README.md#build--run )
What you expected to happen
Android Debugging Session might have started
What actually happened
Error Output:
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.202132.xyz-1ecc6299db9ec823/ndk-build-0.4.3/src/ndk.rs:59:14
Additional information
I reconize cargo apk run --example android
is looking for source.properties
. Which directory should I create the file or where is the URL which explains source.properties
?
Metadata
Metadata
Assignees
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorO-AndroidSpecific to the Android mobile operating systemSpecific to the Android mobile operating system