My application is throwing this
Fatal Exception : unknown error (code 14) could not open database
when running on Android Kitkat 4.4, The application is running perfectly on all the previous versions.
Exception is being thrown in this line.
myDataBase = SQLiteDatabase.openDatabase("path", null, SQLiteDatabase.OPEN_READWRITE);
I have tried everything from SQLiteDatabase.create(); SQLiteDatabase.opendatabase(); SQLiteDatabase.openorcreatedatabase(null); . But still the exception is being thrown in this line.