Android Question net.sqlcipher.database.SQLiteException: file is not a database

svitol

Member
Hi, after updating to Android 13 a receive this message into my app where i use sqlchiper database.

net.sqlcipher.database.SQLiteException: file is not a database: , while compiling: select count(*) from sqlite_master;
on this line:
error:
        Main.SQL1.Initialize(Main.percorso_db,"SecureAccountManagerCrypt.db",True,password,"")
How i can solve this problem and restore my database with my data?

There is a sqlchiper browser database view? Thank you
My version of sqlchiper is 1.60
 
Top