UnsatisfiedLinkError on libusb
colede opened this issue · 2 comments
colede commented
Attempting to build the sample Android App for a Galaxy S7 running Android 8.0 I receive the following error in logcat, and a crash of the app as soon as it opens
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/com.comthings.pandwarf.sample.PandwaRfSdk.debug/app_lib/libusb1.0.so" is 32-bit instead of 64-bit
trollwookiee commented
It looks like you need to build your app with "armeabi-v7a"
Could you check resolution of #76 (comment)
colede commented
Thank you, that seems to have solved that problem. I didn't check the closed bugs.