以前はSQLiteを使用していたモバイル アプリがありますが、セキュリティ上の理由から、暗号化を提供するためにSQLCipherに変更しました。アプリ。以下のスタックトレースでアプリがクラッシュする
Caused by: net.sqlcipher.database.SQLiteException: file is not a database: , while compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method) .....