Crahsing on android #17472
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
O-Android
Specific to the Android mobile operating system
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Bevy version
0.15.1
Relevant system information
Im using
What you did
I have change build.gradle app the file for
compileSdk 33 -> compileSdk 34
abiFilters 'arm64-v8a' -> abiFilters 'x86_64'
and I have compile the code with
cargo ndk -t x86_64 -o android_example/app/src/main/jniLibs build
and build gradle with the android studio
What went wrong
It is crashing because
Cube
rather thanCubeArray
.D2
rather thanD2Array
.Cube
rather thanCubeArray
.D2
rather thanD2Array
.Cube
rather thanCubeArray
.D2
rather thanD2Array
.The text was updated successfully, but these errors were encountered: