閱讀英文

共用方式為


適用於 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>