Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Voorbeeldberichten
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).
Issue
Deze fout geeft aan dat het element minSdkVersion in uw AndroidManifest.xml en de eigenschapswaarde $(SupportedOSPlatformVersion) in uw projectbestand niet overeenkomen.
Solution
Verhoog de waarde in //uses-sdk/@android:minSdkVersionAndroidManifest.xml zodat deze overeenkomt met de $(SupportedOSPlatformVersion) of verwijder //uses-sdk/@android:minSdkVersion uit AndroidManifest.xml en stel $(SupportedOSPlatformVersion) in uw projectbestand in als dit niet is ingesteld.