示例消息
warning XA4231: The Android class parser value 'jar2xml' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.
问题
Android 类分析器 jar2xml 已弃用。
解决方案
若要解决此警告,请将 Visual Studio 项目属性页中的 Android 类分析程序 设置或 Visual Studio for Mac 中的 .jar文件分析器 设置更新为 类分析。 这对应于 AndroidClassParser MSBuild 属性在 .csproj 文件中的 class-parse 值:
<PropertyGroup>
<AndroidClassParser>class-parse</AndroidClassParser>
</PropertyGroup>