xamarin / urho-samples

Samples for the Urho bindings
MIT License
384 stars 491 forks source link

Java.Lang.UnsatisfiedLinkError: dlopen failed: library "libcamera2ndk.so" not found #59

Open carlbinalla opened 6 years ago

carlbinalla commented 6 years ago

I tried re-creating the ARCore sample, but when I run it, I keep getting this exception:

Java.Lang.UnsatisfiedLinkError: dlopen failed: library "libcamera2ndk.so" not found

It is an unhandled exception, but I really don't know where to catch it. What can I do to solve this problem?

EgorBo commented 6 years ago

That sounds like https://github.com/google-ar/arcore-android-sdk/issues/111