Tarun Chauhan
Tarun Chauhan

Reputation: 71

Android Studio - Can't debug on my Device

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

Android Studio Error/Warning

Upvotes: 2

Views: 4215

Answers (2)

Sunisha Guptan
Sunisha Guptan

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

Dishonered
Dishonered

Reputation: 8831

Try disabling instant run

Settings> Build, Executions,Deployment> Instant Run

Upvotes: 5

Related Questions