Info
Version: | 3.1.1 |
Author(s): | Guillaume ZAHRA |
Last Update: | Thursday, December 15, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SQLite.Net.Platform.XamarinAndroidN |
Install
Install-Package SQLite.Net.Platform.XamarinAndroidN
dotnet add package SQLite.Net.Platform.XamarinAndroidN
paket add SQLite.Net.Platform.XamarinAndroidN
SQLite.Net.Platform.XamarinAndroidN Download (Unzip the "nupkg" after downloading)
Dependencies
- SQLite.Net-PCL(>= 3.1.1)
Tags
Just replace all your "SQLitePlatformAndroid" objects with "SQLitePlatformAndroidN" instead, and don't forget to reference the latest Mono.Data.Sqlite in your Android project, as this is mandatory in order to use the packaged implementation libsqlite3_xamarin.so by Xamarin.
See https://developer.xamarin.com/releases/android/xamarin.android_6/xamarin.android_6.1/#mono-data-sqlite for more info.
Xamarin.Android 6.1.0 minimum is required.