Avertissement .NET pour Android XA4232
warning XA4232: The Android code generation target 'XamarinAndroid' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.
La cible XamarinAndroid
de génération de code Android a été déconseillée.
Pour résoudre cet avertissement, mettez à jour le paramètre cible Android Codegen dans les pages de propriétés du projet Visual Studio ou le paramètre cible de génération de code dans Visual Studio pour Mac vers XAJavaInterop1. Cela correspond à la XAJavaInterop1
valeur de la AndroidCodegenTarget
propriété MSBuild dans le fichier .csproj :
<PropertyGroup>
<AndroidCodegenTarget>XAJavaInterop1</AndroidCodegenTarget>
</PropertyGroup>