다음을 통해 공유


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) 속성 값이 일치하지 않음을 나타냅니다.

솔루션

$(SupportedOSPlatformVersion)와 일치하도록 AndroidManifest.xml 값을 //uses-sdk/@android:minSdkVersion 올리거나 AndroidManifest.xml 제거하고 //uses-sdk/@android:minSdkVersion 설정되지 않은 경우 프로젝트 파일에서 $(SupportedOSPlatformVersion)를 설정합니다.