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 happens when the database needs to be downgraded, but your SQLiteOpenHelper-derived class does not implement the onDowngrade callback.