-
```
Fatal Exception: android.database.sqlite.SQLiteReadOnlyDatabaseException: attempt to write a readonly database (code 1032)
at android.database.sqlite.SQLiteConnection.nativeExecuteForChan…
-
```
android.database.sqlite.SQLiteCantOpenDatabaseException:
at android.database.sqlite.SQLiteConnection.nativeOpen (Native Method)
at android.database.sqlite.SQLiteConnection.open (SQLiteConn…
-
```
Fatal Exception: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.financialaccounting.fincircle-1/base.apk"],nativeLibraryDirectories=[/data/app/…
-
strange... I used to use 3.15.1 and there I used NO_LOCALIZED_COLLATORS flag.
Now I updated to latest version and this flag is gone!
Is there a replacement that I am missing? Or a workaround?
C…
-
No pending exception expected: java.lang.NoSuchFieldError: no "J" field "mNativeHandle" in class "Lnet/sqlcipher/database/SQLiteDatabase;" or its superclasses
sqlcipher version is 4.5.4
sqlite v…
-
Hello,
I have a problem integrating the DBS plugin into Android.
Using version `0.123.0`
I've added this line:
`client.addPlugin(DatabasesFlipperPlugin(context))`
But all I can see is t…
-
```
Fatal Exception: android.database.sqlite.SQLiteException: Failed to change locale for db '/data/user/0/org.wordpress.android/databases/tracks.db' to 'en_AU'.
at android.database.sqlite.SQLi…
maxme updated
8 years ago
-
Hi,
Crashlytics reports some kind of crashes (I think related to the [issue](https://github.com/WalletConnect/WalletConnectKotlinV2/issues/859))
**Entry point:**
`CoreClient.initialize(...)`
*…
-
android.database.sqlite.SQLiteCantOpenDatabaseException:
at android.database.sqlite.SQLiteConnection.nativeOpen (SQLiteConnection.java)
at android.database.sqlite.SQLiteConnection.open (SQLiteC…
-
当我设置了存储路径后,app报错日志如下:
2021-09-03 11:10:53.194 25440-25488/org.litepal.litepalsample E/SQLiteLog: (14) cannot open file at line 38589 of [b2325a6e1c]
2021-09-03 11:10:53.194 25440-25488/org.litepal…