You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot found clear conditions to reproduce bug. But 2-5% my application starts are interrupted with this.
I have icudt46l.zip in assets. I've checked and found that /icu/icudt46l.dat is exists in my app data folder.
To be sure i run loadLibs() in application class. However sometimes(!) i got this.
net.sqlcipher.database.SQLiteException: not an error
at net.sqlcipher.database.SQLiteDatabase.dbopen(SQLiteDatabase.java)
at net.sqlcipher.database.SQLiteDatabase.<init>(SQLiteDatabase.java:1942)
at net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:875)
at net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:907)