I cannot launch app from Android Studio. When i click "run", I select my device:
And it appears an the following message:
But it is not true, the app is not installed in the device. In the "run" console, appears the following:
04/22 15:53:08: Launching app
$ adb install-multiple -r C:\Users\User\AndroidStudioProjects\some.apk
$ adb shell pm uninstall com.package.app
Unknown failure (Failure - not installed for 0)
Error while Installing APK
I have activated USB debugging in the device.