Closed
Description
Fatal Exception: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.financialaccounting.fincircle-1/base.apk"],nativeLibraryDirectories=[/data/app/com.financialaccounting.fincircle-1/lib/arm, /system/lib, /vendor/lib, /system/vendor/lib]]] couldn't find "libsqlcipher.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:972)
at java.lang.System.loadLibrary(System.java:1530)
at net.sqlcipher.database.SQLiteDatabase$1.loadLibraries(SQLiteDatabase.java:227)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:244)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:223)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:216)
at net.sqlcipher.database.SupportHelper.<init>(SupportHelper.java:31)
at net.sqlcipher.database.SupportFactory.create(SupportFactory.java:43)
at com.financialaccounting.fincircle.data.AppDatabase_Impl.createOpenHelper(AppDatabase_Impl.java:269)
at androidx.room.RoomDatabase.init(RoomDatabase.java:198)
at androidx.room.RoomDatabase$Builder.build(RoomDatabase.java:1487)
at com.financialaccounting.fincircle.functions.ReleaseFunctionsKt.initDatabases(ReleaseFunctions.kt:47)
at com.financialaccounting.fincircle.App.onCreate(App.kt:149)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1024)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5503)
at android.app.ActivityThread.-wrap2(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1595)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:203)
at android.app.ActivityThread.main(ActivityThread.java:6251)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924)
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.
sqlite = Room.databaseBuilder(this, AppDatabase::class.java, getIStr(getStr(R.string.sufe6rFN0)))
.addMigrations(*AppDatabase.ALL_MIGRATIONS)
.allowMainThreadQueries()
.openHelperFactory(SupportFactory(SQLiteDatabase.getBytes(getIStr(getStr(R.string.FCb4XhxRv)).toCharArray())))
.build()
Metadata
Metadata
Assignees
Labels
No labels