This library won't work with Android 7.x because it depends on SQLitePCL which uses the system internal sqlite.dll to do its job.
Since Android 7, this dll is no longer accessible for security reasons.
=> need to replace SQLitePCL with SQLitePCL.pretty
This library won't work with Android 7.x because it depends on SQLitePCL which uses the system internal sqlite.dll to do its job.
Since Android 7, this dll is no longer accessible for security reasons.
=> need to replace SQLitePCL with SQLitePCL.pretty