Application opens and closes

0

After updating my phone (ASUS Zenfone 3) to Android My applications open and close when I try to debug ... I can only debug if I delete the app from my phone and compile again, does anyone know how to fix this? It is very annoying to have to delete every time before testing again.

I use Visual Studio 2017.

    
asked by anonymous 08.04.2018 / 18:21

1 answer

0

If uninstalling the application manually solves the problem, you may be getting something cached or with corrupted references.

You try to change the deploy setting in the android project properties so you do not use fast deployment or shared runtime .

The image shows the marked settings, which is the default. You should uncheck them

These options are checked by default and in some cases do not work well.

    
16.04.2018 / 03:08