Description
Description
When compiling an app with the package SkiaSharp.Extended.UI.Maui, there is the following compilation warning:
Android 16 will require 16 KB page sizes, shared library 'libHarfBuzzSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'HarfBuzzSharp.NativeAssets.Android' version '8.3.0' which contains 'runtimes/android-x64/native/libHarfBuzzSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '3.116.0' which contains 'runtimes/android-x64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
Code
Just compiling with the latest stable version of SkiaSharp.Extended.UI.Maui
Expected Behavior
No compilation warning
Actual Behavior
A warning appears
Basic Information
- Version with issue: 2.0.0
- Last known good version: None
- IDE: Visual Studio
- Platform Target Frameworks:
- Android: All
- iOS: All
- Target Devices:
- All