Hello everyone.
I started working on a xamarin application in the last few days.
Since today I only debugged the app on UWP to not use any other devices like iOS or Android.
Today I wanted to see how the UI looks on every platform. On UWP and iOS everything looks fine, the debugger stays in debug mode while the application is running, but on Android it's a whole other story.
When I'm launching the debugger on my phone (LG Nexus 5X Android 7.1) the debugger starts for one second and then stops, meanwhile the phone starts the app waits three seconds tops having the launch screen white and then closes. When I start the app from the menu on Android it loads for five seconds and then the UI doesn't change after I modify it specifically for Android.
Does anyone know what I'm doing wrong ?
Thanks in advance.