適用於 Android 的 .NET 警告 XA4231
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檔案剖析器設定更新為類別剖析。 這會對應至 class-parse
.csproj 檔案中 MSBuild 屬性的值AndroidClassParser
:
<PropertyGroup>
<AndroidClassParser>class-parse</AndroidClassParser>
</PropertyGroup>