SQLiteOpenHelper.getWriteableDatabase()
The error message I receive is:
Failed to setLocale() when
constructing, closing the database
The only way I have found to get around it is to clear the application’s data cache (i.e. delete all of it’s database files) and start over. I would like to know a) Why this is happening and b) What can be done to avoid having to reset the application’s data cache.
I got same problem, just found an solution for this problem at:
No such table android_metadata, what's the problem?