Xamarin.Forms Android AOT support
问题 does anyone know how to use AOT compilation instead of JIT for Xamarin.Forms Android project? Im simply unhappy with the boot times of Android app while iOS starts like it should (since iOS is forced to use AOT). Also in which file specifically should I enable XAMLC? Right now im doing it inside Android project and iOS project AssemblyInfo files. Thanks! 回答1: Within the Release configuration PropertyGroup in your Xamarin.Android 's .csproj file, add a AotAssemblies element that is set to true