I am facing the issue File is encrypted or is not a database
when trying to execute the query: select count(*) from sqlite_master;
while migrating the database from android.database.sqlite.SQLiteDatabase
to net.sqlcipher.database.SQLiteDatabase
.
I did not done anything in DBhelpher which is extends SQLiteOpenHelper.
Can any one suggest what should I do to upgrade Android native db to sqlcipher db?