SyncWinRT icon indicating copy to clipboard operation
SyncWinRT copied to clipboard

Android 7

Open gentledepp opened this issue 7 years ago • 0 comments

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

gentledepp avatar Mar 17 '17 08:03 gentledepp