As the Android designer is no longer supported in Visual Studio, we are removing the Xamarin.Android.VSAndroidDesigner.IsSupported feature switch and $(VSAndroidDesigner) MSBuild property.
This removes the codepath for Java types at runtime (on desktop) via TypeManager.TypeRegistrationFallback(). This also removes a Console.WriteLine() call when liblog and __android_log_print cannot be found.
Context: https://developercommunity.visualstudio.com/t/XamarinAndroid-Designer---Replacement/10728132 Context: 363935b4
As the Android designer is no longer supported in Visual Studio, we are removing the
Xamarin.Android.VSAndroidDesigner.IsSupported
feature switch and$(VSAndroidDesigner)
MSBuild property.This removes the codepath for Java types at runtime (on desktop) via
TypeManager.TypeRegistrationFallback()
. This also removes aConsole.WriteLine()
call whenliblog
and__android_log_print
cannot be found.