Reputation: 351
I want to run my app from Android Studio on a physical device running Lollipop (5.0.2), but neither the choose device dialog nor the adb manager can recognise it. In fact, the only place on the PC I can see it is in the device manager (it does not show up as a drive).
I have tried all the usual solutions with updating the driver and such, but nothing helps.
What could be wrong?
Upvotes: 0
Views: 1004
Reputation: 3746
I have just been having this issue. This question led me to the right answer.
On my machine, for one of the USB ports the device would install but wouldn't be recognised by adb. For another port the driver installation would fail.
The following steps worked:
This time the driver installed correctly and adb recognised the device.
Driver folder:
C:\Users\[user]\AppData\Local\Android\sdk\extras\google\usb_driver
Upvotes: 1
Reputation: 351
The answer, for me, was to change USB-port to a USB 2 port.
It does not work on USB 3 ports.
Upvotes: 3