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
We are now seeing the following warning when building .net Android applications.
warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libopenal.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'MonoGame.Library.OpenAL' version '1.23.1.10' which contains 'runtimes/android-x64/native/libopenal.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
The Android build to produce 16 KB aligned .so files.
According to the docs there needs to be -Wl,-z,max-page-size=16384 in the linker args
We are now seeing the following warning when building .net Android applications.
The Android build to produce 16 KB aligned .so files.
According to the docs there needs to be
-Wl,-z,max-page-size=16384
in the linker argse.g
The text was updated successfully, but these errors were encountered: