Skip to content Skip to sidebar Skip to footer

Android Studio: No Target Device Found: Why?

When I first start Android Studio opening an existing project, and click Run, I get the error message Error running app, No target device found. I have my Samsung plugged in and AD

Solution 1:

I found my problem. Under Run->EditConfigurations->DeploymentTargetOptions, I selected USB Device (my phone is a USB device, right?). But noooo, when I select Open Select Deployment Target Dialog, everything is peachy. Also, checking Use same device for future launches bypasses the dialog entirely and all is good.

Solution 2:

  • Check USB connection. Might be device is not connected properly.

  • Enable USB debugging mode on Device How to enable USB debugging in Android?

  • Select your device in tool bar and click on play button(Run application).

Post a Comment for "Android Studio: No Target Device Found: Why?"