#Unable to find libunwind with target aarch64-linux-android
6 messages · Page 1 of 1 (latest)
Which NDK do you mean?
If you use any external tools, I would expect that you need to use a version of this tool for aarch64
With just a quick google, it seems that android studios ndk does not support rust code
It's a little hard giving extra information. I'm following an example from Bevy, but I don't think this is a Bevy related issue so I'm asking here.
Digging a little, and I think the problem is that somewhere in the pipeline libunwind.so is expected but isn't there. I checked my target's lib folder, and libunwind.rlib is there without it's .so equivalent.