Android Studio does not recognize USB device

Asked

Viewed 6,358 times

0

inserir a descrição da imagem aqui

I have a device Motorola MOTO E 2nd Generation, I can install applications through USB debugging on other computers, however, in this specific PC Android Studio does not appear my device. On the computer appears my cell phone connected, and on the mobile is activated the mode Programmer and everything.

  • Download the driver here: https://developer.android.com/studio/run/oem-usb#Drivers This is what worked for me.

1 answer

1

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

2º Check if all the drivers of the phone are installed on the computer (it happens sometimes to have to download some driver on the website of the manufacturer)

3rd check if ADB is in android SDK folder.

I hope these steps help you

  • Daniel, Steps 1 and 2 are checked. Now I would like a help to check the ADB in the SDK folder. How can I know if the ADB is there ?

  • Access the SDK directory, the Platform-tools folder there will have the adb.exe open the cmd and access this folder with the cmd accessing the folder put the following command adb Devices it must list your device if it is connected

  • "Make sure all your phone drivers are installed on your computer". @Danielsaraiva, have some way to check if all drivers have been installed?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.