.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
1.94k
stars
533
forks
source link
[Xamarin.Android.Build.Tasks] add `AndroidAotMode=FullInterp` #9486
Open
jonathanpeppers opened 2 weeks ago
Context: https://github.com/dotnet/android/issues/9469#issuecomment-2457930832
I don't think this actually works, as the AOT compiler fails with:
Which is the assertion here:
https://github.com/dotnet/runtime/blob/7dab903b20269d78c6bc08d5269947db7d35c22b/src/mono/mono/mini/tramp-amd64.c#L1216