Android Studio does not recognize USB device [closed]

0

I have a Motorola MOTO and 2nd Generation device, which I can install applications through USB debugging on other computers, but in this particular PC Android Studio does not appear my device. On the computer, my cell phone is connected, and on the phone the programmer mode and everything else is activated.

    
asked by anonymous 15.03.2017 / 13:05

1 answer

1

1 Check if your phone is in developer mode and fires USB debugging

2º Make sure all the drivers of the phone are installed on the computer (sometimes it is necessary to download some driver from the manufacturer's website)

3rd check if the ADB is in the android SDK folder.

I hope these steps help you

    
15.03.2017 / 13:10