No implementation found for void net.sqlcipher.database.SQLiteDatabase
However, it says it's expecting an @NotNull Context context and I wasn't sure what it means.
It means that loadLibs()
needs a Context
as a parameter.
Please confirm if use
SQLiteDatabase.loadLibs(CONTEXT);
where CONTEXT is the Android context
if using Fragment use getContext method else in Activity use applicationContext