Running the example from the README, with this added to Cargo.toml:
[package.metadata.android.sdk]
min_sdk_version = 22
I get an exception on Android 5.1 arm64-v8a that it's unable to load the so file, no further clues.
I had the same issue with winit:
rust-windowing/glutin#1644
Any ideas on how to proceed?
Running the example from the README, with this added to Cargo.toml:
I get an exception on Android 5.1 arm64-v8a that it's unable to load the so file, no further clues.
I had the same issue with winit:
rust-windowing/glutin#1644
Any ideas on how to proceed?