Xamarin Emulator works, but after upgrading to VS 2017 the application is copilated but appears as blank

1

I use the xamarin android player to do the simulations and test my apps but after I upgraded to Visual Studio 2017 the emulator works partially, I make the design in main.AXML and build & deploy it works normally, but in the emulator the app appears as blank.

Follow the screenshot

I've already left 15 minutes like this just to make sure it was not a processing problem but nothing (it had happened before in VS2015 that sometimes took about 3 seconds to show its features but now it does not want to) p>     

asked by anonymous 20.03.2017 / 16:24

1 answer

1

Problem solved

In Properties > Build

Activate the options: Allow Unsafe Code and Optimize Code

e After another Build & Deploy the app worked as it should

    
20.03.2017 / 17:10