Android

SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database

Caused by android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database android.database.sqlite.SQLiteConnection.nativeOpen (SQLiteConnection.java) android.database.sqlite.SQLiteConnection.open (SQLiteConnection.java:209) android.database.sqlite.SQLiteConnection.open (SQLiteConnection.java:193) android.database.sqlite.SQLiteConnectionPool.openConnectionLocked (SQLiteConnectionPool.java:463) android.database.sqlite.SQLiteConnectionPool.open...