Errore .NET per Android 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).
Questo errore indica che si dispone di una mancata corrispondenza tra l'elemento minSdkVersion impostato nel AndroidManifest.xml e il valore della proprietà $(SupportedOSPlatformVersion) nel file di progetto.
Aumentare il valore di //uses-sdk/@android:minSdkVersion
in AndroidManifest.xml in modo che corrisponda a $(SupportedOSPlatformVersion) o rimuovere //uses-sdk/@android:minSdkVersion
da AndroidManifest.xml e impostare $(SupportedOSPlatformVersion) nel file di progetto se non è impostato.