-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dlopen failed: library "libBlinkID.so" not found #332
Comments
Hi @mohamadbadr Can you tell me if you are running the SDK on a simulator, or a physical device? |
Hi @mparadina its a production issue that is occurring with the users on multiple devices and all android os versions |
Hi @mohamadbadr Thank you for the swift response. Are you able to share on which devices, along with Android OS versions, the crashes are occurring? |
Hi @mparadina, Here is a small sample:
The issue is happening with 63 Users and occurred 666 times in the last 7 days. We think it started when we migrated to Android SDK 34 |
@mparadina |
Hello there, We have been getting a new crash log regarding the same issue
|
Hi @mohamadbadr I've checked with the team internally, and they've asked if you know are the reported devices, by any chance, rooted? Could maybe double-check if the |
Hi @mparadina And is it a requirement to use the SDK for the app not to be rooted, I think we would have captured this issue earlier if that was the case. |
Hi @mohamadbadr Thank you for the feedback. If the application is launched on a device with a different architecture that we do not support, the crash will happen.
|
Hi @mohamadbadr Just wanted to follow-up here. |
A crash is occurring during setting the license in our application class
implementation
MicroblinkSDK.setLicenseFile("microblink.license", this)
here is the stack trace
we are using version 6.11.0
The text was updated successfully, but these errors were encountered: