tags:

views:

60

answers:

1

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.

A: 

I got same problem, just found an solution for this problem at: http://stackoverflow.com/questions/2528489/no-such-table-android-metadata-whats-the-problem

nguyendat