Leggere in inglese

Condividi tramite


Errore .NET per Android XA0035

Problema

.NET per Android non è stato in grado di determinare le ISTANZE di android di destinazione dell'applicazione come specificato dal .csproj file.

Soluzione

Aprire il file di progetto in Visual Studio o in un altro editor di testo e assicurarsi che tutti i valori nella RuntimeIdentifiers proprietà MSBuild siano validi:

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

Per altre informazioni, vedere la documentazione Microsoft sugli identificatori di runtime.

Messaggi di esempio

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.