I have users receiving this error: attempt to write a readonly database (code 1032 SQLITE_READONLY_DBMOVED[1032]) Some Googling and#178even mentions that this could be related to the default max storage size (6MB). However, I've already implemented this (we're onv1.7.0prior toAsyncStora...
HeyczcommentedJul 26, 2017• edited 用了ormlite和wcdb,把https://github.com/Andoctorey/ormlite-sqlcipher改到wcdb,然后开启事务调用dao的delete就报错了,原来没问题的 Caused by: com.tencent.wcdb.database.SQLiteReadOnlyDatabaseException: attempt to write a readonly database (code 1032, errno 0):...
Exception android.database.sqlite.SQLiteReadOnlyDatabaseException: attempt to write a readonly database - SQLITE_READONLY_DBMOVED (Sqlite code 1032 SQLITE_READONLY_DBMOVED), (OS error - 2:No such file or directory) at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount at and...
FYI the same problem (crash with net.sqlcipher.database.SQLiteException: attempt to write a readonly database) is also discussed in: https://discuss.zetetic.net/t/sqlcipher-on-android-5-0-x64-emulator-crash/286 still Im getting the same error, android.database.sqlite.SQLiteException: not an...