Xamarin with Visual Studio: blank screen when debugging

I am making a Xamarin.Forms application with Visual Studio Enterprise 2017, and when I want to debug my application, the application starts, but the screen remains white, like a download.

The fact is that I have no problem with the emulator, but my colleague, and if I start the application manually after (without a debugger then), it behaves normally.

I already tried to clean and rebuild the project, close and restart Visual Studio, my device and laptop, but the problem persists.

I checked with the debugger, and my application does the same path on the emulator (and on the screen) than on the device (where it is not)

Do you have any ideas? Thank!

+4
source share

Source: https://habr.com/ru/post/1673100/


All Articles