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
I have a .NET MAUI project with .NET 9.0 and when I deploy the App I get the following warnings:
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 'D:\packages\NuGet\cache\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.
XA0141: Android 16 will require 16 KB page sizes, shared library 'libimage_processing_util_jni.so' does not have a 16 KB page size. Please inform the authors of the NuGet package '' version '' which contains 'D:\packages\NuGet\cache\xamarin.androidx.camera.core\1.1.0\buildTransitive\net6.0-android31.0....\aar\androidx.camera.camera-core.aar'. See https://developer.android.com/guide/practices/page-sizes for more details.
Everything is working fine now, but it needs to be fixed before Android 16 will be available..
raulet-dev, Auto72, rmorin04, XamMattia83, AlexBar and 12 more