-
Notifications
You must be signed in to change notification settings - Fork 20
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
UnsatisfiedLinkError: ...couldn't find "libsqlcipher.so" on IRBIS SP511 #8
Comments
Hi @danmov26, You need to perform the following to load the native library prior to invoking any SQLCipher-related API, including Room support:
|
Good day, @developernotes.
com.financialaccounting.fincircle.functions.ReleaseFunctionsKt.initDatabases:
My app - https://play.google.com/store/apps/details?id=com.financialaccounting.fincircle Please, help me |
Hi @developernotes Ok. Thanks for offer. But by the way, in the Relinker page they write that if min sdk >= 23 (for my app it's true), then |
Hi @danmov26. The stracktrace you shared indicates (based on the fact that package has been renamed from |
I also ran into this problem. |
Hi @developernotes |
Hi @developernotes : Thank you very much for your answer. I will find a way to make our app support armeabi-v7a. Thanks again! |
Instead of System.loadLibrary, |
I already received 168 errors from IRBIS SP511 in Firebase Crashlytics. I use latest version 4.5.2.
Help me, please.
This is how my app initilizes AppDatabase in Application class.
The text was updated successfully, but these errors were encountered: