I upgrad my Nexus 5X yesterday to test my app on the new OS and i got a messagebox saying that their is an error with sqlite. Looking on the web i found that due to a change by Google, Android N will now only permit linking to NDK-provided native libraries. libsqlite.so is not an NDK-provided native library so my app crash now.
Did someone tried to use libsqlite3_xamarin.so ? Seems to be a solution ? People are saying that we may bundle libsqlite to the app. Cann someone telle me how to achieve this through visualstudio ?
Thank you very much !
Common Libraries Impactedblog.xamarin.com/… and the sqlite shared library will be included in your package