Fatal Exception: net.sqlcipher.database.SQLiteException: file is not a database: , while compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile()
at net.sqlcipher.database.SQLiteCompiledSql.compile(:15)
at net.sqlcipher.database.SQLiteCompiledSql.(:30)
at net.sqlcipher.database.SQLiteProgram.(:103)
at net.sqlcipher.database.SQLiteQuery.()
at net.sqlcipher.database.SQLiteDirectCursorDriver.query(:7)
at net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(:33)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(:1)
at net.sqlcipher.database.SQLiteDatabase.keyDatabase(:30)
at net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(:14)
at net.sqlcipher.database.SQLiteDatabase.openDatabase(:14)
at net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(:7)
at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(:85)
at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(:9)