First application: Xamarin

Asked

Viewed 371 times

3

I am programmed c# and I need to do a project for android and searching found the Xamarin... I did the installation only that I am not able to compile the project... both in visual studio and in Xamarin Studio gives the following error that I did not find how to solve...

The package does not support the device Architecture (x86). You can change the supported Architectures in the Android Build Section of the Project Options.

Deployment failed. Architecture not supported.

Thank you

  • Change your project’s build settings to the ARM architecture, instead of x86, because one of the assemblies you’re linking apparently doesn’t support x86. I believe it is possible to change to "All architectures" as well, but I don’t remember exactly.

2 answers

2

Go to the project properties then go to Android Options, click the Advanced tab and uncheck the x86 option.

Configuraçãodo projeto Android

0

  1. -Double-click on propriedades(properties) in his solução(solution)
  2. -In the section Opções Android(Android options) click on Avançado(advanced)
  3. -Choose all available architecture options for better compatibility as shown in the image
  4. -Of a Rebuild all

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.