pardom-zz / ActiveAndroid

Active record style SQLite persistence for Android
http://www.activeandroid.com
4.7k stars 1.03k forks source link

attempt to write a readonly database #562

Open iman2420 opened 5 years ago

iman2420 commented 5 years ago

When i try to clear cache and restart application then i cant save any object to database. Here is my Logcat: android.database.sqlite.SQLiteReadOnlyDatabaseException: attempt to write a readonly database (Sqlite code 1032), (OS error - 11:Try again)