Hi all, I'm new in Xamarin.Forms and I'm developing a simple app that accessed to sqlite database. I read the problem with Andorid N and the new restriction of applications using non-public APIs such as SQLite, so I downloaded the last release of sqlite-net-pcl.
In the Xamarin.Android project I set "target android version" to 23 and I imported the following libraries with NuGet:
sqlite-net-pcl 1.2.1
SQLitePCLRaw.bundle_green
- SQLitePCLRaw.core
- SQLitePCLRaw.lib.esqlite3.android
When the app is launched on emulator (Android 6, Api 23) it crashes on start.
Any possible solution?
Thanks,
Marco.