Closed maxsilnov closed 2 years ago
I'm pretty sure it's because of audio dependencies. Can you try to remove some features from bevy and make it like this:
bevy = { version = "0.8.1", default-features = false, features = ["bevy_winit", "render", "bevy_asset"] }
And with bevy patch that in crossbow root Cargo.toml
. Because bevy has different ndk-glue versions and will fail otherwise.
P.S: If you want to use audio - you will need to link like specified here: https://github.com/katyo/oboe-rs/issues/28. I think we will able to add a feature to link it much easier.
Yes, it works, thank you so much =)
Glad to hear this! I also hope we will merge ndk-glue patch to bevy real soon ;)
Crossbow version
crossbow 0.2.2
What you did
create apk with "crossbundle build android -s=native-apk"
What went wrong
Additional information
Hi! This is my problem on Android I use "bevy" template and "aarch64-linux-android" architecture on windows Folder and library isset in .apk
What am I doing wrong ?