Java.Lang.UnsatisfiedLinkError: dlopen failed: library "libcamera2ndk.so" not found
Opened this issue · 1 comments
carlbinalla commented
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
That sounds like google-ar/arcore-android-sdk#111