You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libe_sqlite3.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SQLitePCLRaw.lib.e_sqlite3.android' version '2.1.2' #643
I've updated to all latest stuff .. I'm using MAUI 10, Android API 36 and I use latest nuget for sqlite-net-pcl 1.9.172 but I still have issue with Android not 16 kb page aligned, pls see bellow:
/usr/local/share/dotnet/packs/Microsoft.Android.Sdk.Darwin/36.0.0-preview.6.169/tools/Xamarin.Android.Common.targets(2349,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libe_sqlite3.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SQLitePCLRaw.lib.e_sqlite3.android' version '2.1.2' which contains '/Users/user1/.nuget/packages/sqlitepclraw.lib.e_sqlite3.android/2.1.2/lib/net6.0-android31.0/SQLitePCLRaw.lib.e_sqlite3.android.aar'. See https://developer.android.com/guide/practices/page-sizes for more details.