適用於 Android 的 .NET 錯誤 XA1036
error XA1036: AndroidManifest.xml //uses-sdk/@android:minSdkVersion '29' does not match the $(SupportedOSPlatformVersion) value '21' in the project file (if there is no $(SupportedOSPlatformVersion) value in the project file, then a default value has been assumed).
Either change the value in the AndroidManifest.xml to match the $(SupportedOSPlatformVersion) value, or remove the value in the AndroidManifest.xml (and add a $(SupportedOSPlatformVersion) value to the project file if it doesn't already exist).
此錯誤表示您在AndroidManifest.xml中設定的 minSdkVersion 元素與項目檔中的 $(SupportedOSPlatformVersion) 屬性值不符。
在 AndroidManifest.xml 中提高 的值//uses-sdk/@android:minSdkVersion
,使其符合 $(SupportedOSPlatformVersion),或從 AndroidManifest.xml移除//uses-sdk/@android:minSdkVersion
,並在專案檔中設定 $(SupportedOSPlatformVersion)如果它未設定,請將其移除。