.NET for Android warning XA0141
Issue
NuGet package '{0}' version '{1}' contains a shared library '{2}' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
Solution
The indicated native shared library must be recompiled and relinked with the 16k alignment, as per URL indicated in the message.