Error installing mobile app [closed]

0

I'm getting this error when trying to install the app on my phone, and I'm not able to find the error inside the manifest.

    
asked by anonymous 03.07.2018 / 16:06

2 answers

1

This problem is quite recurrent. This always happens when there is a version of the app installed on the phone that differs from being debugged and I believe that in your case it might be the name of the app. What you should do is uninstall the app that is on your phone and clear the project data in Android Studio, going in Menu Superio > Build > Clean Project . It always works for me, in the last case, restart the phone and Android Studio, if it does not solve, the problem must be in your project.

    
03.07.2018 / 16:35
0

In windows, it is necessary to install the specific drive of your mobile device so that it is recognized correctly.

    
05.07.2018 / 16:04