Reputation: 31
I found some questions where the Android devices were not found with Android ADT. I tried another cable, restarting Eclipse and the OnePlus One, installing new drivers, changing the USB port and some other different tips.
My OnePlus One shows "USB Debugging" in the notifications but the device can't be found.
Anyone tips?
Upvotes: 3
Views: 2576
Reputation: 2407
For some reason Windows could not find the correct drivers. The solution for me was to download and run this tool that installed the correct drivers, as suggested by this Reddit post.
After hitting the install button my OnePlus One showed up in Eclipse.
Upvotes: 2
Reputation: 11
Edit android_winusb.inf
located at <sdk>\extras\google\usb_driver\
.
Add the following lines under the sections [Google.NTx86]
and [Google.NTamd64]
:
;OnePlus One
%SingleAdbInterface% = USB_Install, USB\VID_05C6&PID_6765
%CompositeAdbInterface% = USB_Install, USB\VID_05C6&PID_6765&MI_01
Then install the driver manually (from device manager).
Upvotes: 1
Reputation: 2482
I had the same problems with my phone, here are the steps I made and worked for me.
OR
Hope this helps, Cheers
Upvotes: 4