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
While building my .NET Maui app (.net 9) I found this warning on log
C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\35.0.24\tools\Xamarin.Android.Common.targets(2192,2): warning XA0141: NuGet package '' version '' contains a shared library 'libe_sqlite3.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
I'm not sure if this will cause any issue in production or if this must be updated to support it and also, I'm not sure if the work should be done on this repo, anyway here's a reference on the fix that was made by SkiaSharp
Hello @praeclarum, hope that you're doing good!
While building my .NET Maui app (.net 9) I found this warning on log
I'm not sure if this will cause any issue in production or if this must be updated to support it and also, I'm not sure if the work should be done on this repo, anyway here's a reference on the fix that was made by SkiaSharp
The text was updated successfully, but these errors were encountered: