Michael Dimoudis

Results 16 comments of Michael Dimoudis

Yep this is a very important update that's required. For reference, the repo this library forked from (praeclarum/sqlite-net) has already made the changes required: https://github.com/praeclarum/sqlite-net/commits/master

Thanks for the info. Do we have to wait for an updated Nuget package? Or can we just add the SQLitePCL.raw/SQLitePCL.bundle_green/ Nuget packages to our solution and it will just...

I just tested my Xamarin Forms app on Android 7.0 that uses: SQLite.Net-PCL SQLite.Net.Core-PCL SQLite.Net.Async-PCL And it just works :)

@Machinarius I tried to get your version working but I was unsuccessful. Do you have any pointers? Ie: what nuget packages to remove, if any, for yours to work? Any...

The namespace for Android is SQLite.Net.Platform.XamarinAndroid I have a very small demo app for iOS and Android here if that helps you https://github.com/michaeldimoudis/xam-forms-sqlitenet-async

You're probably missing the SQLite.Net-PCL nuget package