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 檔案解析器 設定,使其成為 類別解析。 這對應於 AndroidClassParser MSBuild 屬性的值在 .csproj 檔案中:

<PropertyGroup>
  <AndroidClassParser>class-parse</AndroidClassParser>
</PropertyGroup>