Delen via


.NET voor Android-fout XA0035

Probleem

.NET voor Android kan de doel-ABIs van de toepassing niet bepalen zoals is opgegeven door het .csproj bestand.

" needed as the existing translation is correct.

Open het projectbestand in Visual Studio of een andere teksteditor en controleer of alle waarden in de RuntimeIdentifiers eigenschap MSBuild geldig zijn:

<PropertyGroup>
  <RuntimeIdentifiers>android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers>
</PropertyGroup>

Zie de Microsoft-documentatie over runtime-id's voor meer informatie.

Voorbeeldberichten

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.