I have used SQLCipher with java and everyting rqn just like a charm but now im shifting the code base to scala, Im facing some issues.
I have updated the proguard so I can do SQLiteDatabase.loadLibs(contex)
without issues but somehow the application can not create the tables. My code is somewhat similar like , except with inclusion of zetetic
but now all I get when try to insert or read something from the database I get E/SQLiteLog: (26) file is encrypted or is not a database
E/DefaultDatabaseErrorHandler: Corruption reported by sqlite on database: /data/data/...
How to fix this if anyone has a clue…
Thanks