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.
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.