-1

I am using Windows 10 with Android Studio's latest version.

I have configured my LG device to be in developer mode (clicked 7 times on the build number and got message that I am in developer mode). When I try to debug my app on the LG device, I get popup that tells me that there is "No connected device".

What could be the reason for that?

I can see the device on My Computer as a media device.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
user1628688
  • 85
  • 1
  • 1
  • 4

2 Answers2

1

In addition to being a developer, you must also enable debugging. Try going into Developer Options and turning on USB Debugging.

Pang
  • 9,564
  • 146
  • 81
  • 122
Jacob
  • 299
  • 1
  • 18
0

You just enabled Developer Options. You need to enable USB Debugging.

Go to Your phone's Settings then go to Developer options and enable USB debugging there.

Also sometimes if you connect a new device to your pc it will install some built-in drivers for the device. So make sure you allow that process to be finished.

Still if the problem persists try another port of your computer.

P.S. For first time connection your phone will ask you to allow debugging permission from pc.

Zankrut Parmar
  • 1,872
  • 1
  • 13
  • 28