Ошибка .NET для Android XA0035
.NET для Android не удалось определить целевые API Android приложения, как указано в .csproj
файле.
Откройте файл проекта в Visual Studio или другой текстовый редактор и убедитесь, что все значения в свойстве RuntimeIdentifiers
MSBuild допустимы:
<PropertyGroup>
<RuntimeIdentifiers>android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers>
</PropertyGroup>
Дополнительные сведения см. в документации Майкрософт по идентификаторам среды выполнения.
error XA0035: Unable to determine the Android ABI from the value 'XYZ'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform.