Reputation: 71
I'm facing this issue with multiple devices. And i have no idea how to fix that.
Whenever i try to install an app from Android Studio into my Device i ends up getting this error.
I tested this on Vivo, Mi, and some other devices but i got the same error.
Please lemme know if there's a solution to it. Or at least help to get a basic idea why this is happening to my Android Studio.
My Version of Android studio is v.2.3.1
Upvotes: 2
Views: 4215
Reputation: 1605
There are two chances:
1.USB Debugging off :
Enable Developer Option of your device, Switch On USB Debugging
2.In Android-Studio : File -> Invalidate Caches / Restart Clean the project and rebuild the project.
Upvotes: 3
Reputation: 8831
Try disabling instant run
Settings> Build, Executions,Deployment> Instant Run
Upvotes: 5