Baca dalam bahasa Inggris

Bagikan melalui


.NET untuk kesalahan Android XA0035

Masalah

.NET untuk Android tidak dapat menentukan TARGET APLIKASI ANDROID ABIs seperti yang ditentukan oleh .csproj file.

Solusi

Buka file proyek di Visual Studio atau editor teks lain dan pastikan semua nilai dalam RuntimeIdentifiers properti MSBuild valid:

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

Lihat dokumentasi Microsoft tentang pengidentifikasi runtime untuk informasi selengkapnya.

Contoh pesan

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.