-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Google play store has came with an requirement that need to be addressed before Nov 1, 2025
"App must support 16 KB memory page sizes"
The output window when building the .NET maui android app shows following 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 'C:\Users\user-name.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.
Please provide the new version of "sqlite-net-pcl" package to support the 16 KB page size before the deadline. Otherwise, I won't be able to update my android app on the play store
I have tried upgrading the package to "1.10.196-beta", but still same issue