Support device with 16k PAGE_SIZE - Android (November 1 deadline)
Google has a requirement of app to support minimum 16kb memory page size starting November 1 2025 (https://developer.android.com/guide/practices/page-sizes),
I checked and there exists an issue already on the android repo: libvlcjni#11 (closed)
The fixes are merged in but the NuGet package isn't released and the last package released was 3 months ago 3.6.5. Is there any update when the LibVLCSharp package will be released with the fix?.
3.6.5 still gives me warning:
/usr/local/share/dotnet/packs/Microsoft.Android.Sdk.Darwin/35.0.101/tools/Xamarin.Android.Common.targets(2132,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libvlc.so' does not have a 16 KB page size. Please inform the authors of the NuGet package '<unknown>' version '<unknown>' which contains '.nuget/packages/videolan.libvlc.android/3.6.5/build/android-x86_64/libvlc.so'. See https://developer.android.com/guide/practices/page-sizes for more details. /usr/local/share/dotnet/packs/Microsoft.Android.Sdk.Darwin/35.0.101/tools/Xamarin.Android.Common.targets(2132,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libc++_shared.so' does not have a 16 KB page size. Please inform the authors of the NuGet package '<unknown>' version '<unknown>' which contains '.nuget/packages/videolan.libvlc.android/3.6.5/build/android-x86_64/libc++_shared.so'. See https://developer.android.com/guide/practices/page-sizes for more details.