ComThings/PandwaRF

UnsatisfiedLinkError on libusb

Closed this issue · 2 comments

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

It looks like you need to build your app with "armeabi-v7a"

Could you check resolution of #76 (comment)

Thank you, that seems to have solved that problem. I didn't check the closed bugs.