AnatL
AnatL

Reputation: 111

Android Studio (2.1.1) presents "no target device" although 'adb devices' command finds the device

This scenario started after Android Studio upgrade to version 2.1.1

And still, Android studio shows "no target device" and fails to run the app.

Upvotes: 3

Views: 1120

Answers (1)

AnatL
AnatL

Reputation: 111

I have found the solution:

This step solved the problem: Go to Run, "Edit Configurations...", and in the Deployment Target Options section, choose "Show Device Chooser Dialog" instead of: Target = "USB Device".

Upvotes: 3

Related Questions