You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing problem when using sqlcipher in my project. My project is running fine without UnitTest with Cipher.
But when using Cipher,
09-30 15:53:32.877: I/TestRunner(11663): java.lang.NullPointerException
09-30 15:53:32.877: I/TestRunner(11663): at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:101)
Can you please suggest me how to resolve this issue.