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
download the sqlite db file from Android DeviceFileExplorer [data/data/your package name/databases] open the file using (DB Browser for SQLite) goto Edit Pragmas tab and downgrade the db version from User version finally save the file and upload it to DeviceFileExplorer