-
Notifications
You must be signed in to change notification settings - Fork 8
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
Crash in production: java.lang.UnsatisfiedLinkError: dlopen failed: library "libmapbox-common.so" not found #163
Comments
This crash appeared once more with 1.0.0-rc07 and some Google Mainline device on Android 10. Here's Although this Google Mainline device is weird and is likely something they use during pre-release tests, but still |
There were more crashes like this on 1.0.0-rc07, all of them on rooted devices. Not sure how it can affect that, but it's strange |
same crash here
Device
|
Same here on Samsung A52, without being rooted, Android 14, /base.apk!/lib/arm64-v8a/libSearchCore.so"... |
I checked the APKs that we build, and found no issues with them. It's trivial to verify that an APK contains certain libraries (just rename it to a zip file and unpack). I don't think that troubleshooting such an issue is possible without clear steps to reproduce. If someone has a complete project that demonstrates the issue, I'll be more than happy to take a look. |
Environment
SearchEngine
class, and etc.)OfflineSearchEngine
class, and etc.)Code examples
Code where we use Search SDK:
Observed behavior and steps
App crashes on start for 1 user in Crashlytics. It may be the delivery error by the Play Store (it didn't include necessary SO file into the APK during an install) or SDK error (necessary SO is not available for the given architecture, which is unlikely)
Stacktrace:
Expected behavior
App starts just fine, initialization happens without issues.
The text was updated successfully, but these errors were encountered: