I\'m writing an android app using SQLite DB.
I had few experiments and changed the DB version from 1 to 2.
Then my DB schema became stable and because i didn
This exception is thrown on the following conditions:
SQLiteOpenHelper constructor)onDowngrade() is not overridden in your code.You say the code worked fine the first time after a fresh install. Make sure there's no other code that would bump up the version number of the same database file to 2 again.