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
Hello, I have this exception on some devices:
android.database.sqlite.SQLiteException: Failed to change locale for db
stack:
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase (SQLiteOpenHelper.java:163)
| com.activeandroid.Cache.openDatabase (Cache.java:106)
| com.activeandroid.Cache.initialize (Cache.java:75)
| com.activeandroid.ActiveAndroid.initialize (ActiveAndroid.java:44)
| com.activeandroid.ActiveAndroid.initialize (ActiveAndroid.java:34)
| com.activeandroid.ActiveAndroid.initialize (ActiveAndroid.java:30)
I call ActiveAndroid.initialize(this) in onCreate method Application class
The text was updated successfully, but these errors were encountered:
Hello, I have this exception on some devices:
android.database.sqlite.SQLiteException: Failed to change locale for db
stack:
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase (SQLiteOpenHelper.java:163)
| com.activeandroid.Cache.openDatabase (Cache.java:106)
| com.activeandroid.Cache.initialize (Cache.java:75)
| com.activeandroid.ActiveAndroid.initialize (ActiveAndroid.java:44)
| com.activeandroid.ActiveAndroid.initialize (ActiveAndroid.java:34)
| com.activeandroid.ActiveAndroid.initialize (ActiveAndroid.java:30)
I call ActiveAndroid.initialize(this) in onCreate method Application class
The text was updated successfully, but these errors were encountered: