Android Studio - No Target Device Found

user5393970 picture user5393970 · Oct 13, 2016 · Viewed 85.4k times · Source

I'm having trouble getting an Android app that I developed working on my phone. (Android Studio on Windows 7 trying to run the app on Samsung Note 3 running Android 5.0)

Here's what I've done so far:

  • Turned on USB debugging and allowed unknown sources
  • Installed Google USB Driver
  • Restarted computer
  • Tried updating the driver for the phone but no updates were available
  • Turned on debugging in the build.gradle file

and yet it is still returning Error running app: No target device found

I have also tried the dialog option for when I run the app but that says No USB devices or running emulators detected

Is there anything I have missed?

Thanks in advance!

Answer

Divanshu Rohatgi picture Divanshu Rohatgi · Mar 7, 2018
  1. Go to Run in the toolbar.
  2. Select Edit Configurations..
  3. On the left panel, you'll see your application (app). On the right under Deployment Target Options choose Target as Open Select Deployment Target Dialog option. And the other option as it is.