blinkid-android icon indicating copy to clipboard operation
blinkid-android copied to clipboard

dlopen failed: library "libBlinkID.so" not found

Open mohamadbadr opened this issue 1 year ago • 10 comments

A crash is occurring during setting the license in our application class

implementation MicroblinkSDK.setLicenseFile("microblink.license", this)

here is the stack trace

Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libBlinkID.so" not found
       at java.lang.Runtime.loadLibrary0(Runtime.java:1107)
       at java.lang.Runtime.loadLibrary0(Runtime.java:1028)
       at java.lang.System.loadLibrary(System.java:1664)
       at com.microblink.blinkid.secured.lIlIllllII.IllIIIllII(line:9)
       at com.microblink.blinkid.secured.lIlIllllII.llIIlIlIIl(line:1)
       at com.microblink.blinkid.MicroblinkSDK.<clinit>(line:1)
       at com.example.ApplcationClass.onCreate(ApplcationClass.kt:55)
       at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1204)
       at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6795)
       at android.app.ActivityThread.access$1300(ActivityThread.java:240)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1940)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loop(Looper.java:223)
       at android.app.ActivityThread.main(ActivityThread.java:7743)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)

we are using version 6.11.0

mohamadbadr avatar Oct 02 '24 10:10 mohamadbadr