First application: Xamarin

3

I am programming c # and need to do a project for android and searching I found the xamarin ... I did the installation only that I am not able to compile the project ... both in visual studio and Xamarin Studio gives the following error that I did not discover 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

    
asked by anonymous 02.05.2015 / 20:17

2 answers

2

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

    
11.09.2015 / 19:53
0
  • - Double-click propriedades(properties) on your solução(solution)
  • - In the Opções Android(Android options) section, click Avançado(advanced)
  • -Choose all available architecture options for better compatibility as shown in the image
  • -of a Rebuild all
  •     
    20.03.2017 / 16:53