2

I'm running Eclipse Kepler on Windows 7 with ADT plugin and SDK tools. I've installed the google driver, have set up the USB connection as internet (ethernet), and enabled USB debugging on my device. I've already looked through and tried all of the answers on this thread LG G3 device not recognized by Eclipse on Windows to no avail. Anybody know what could be wrong?

Community
  • 1
  • 1

1 Answers1

3

Try to use ADB Driver Installer :

http://adbdriver.com/downloads/

This free software even can detect if you have corrupted driver. I have used this software since "the beginning of time" and it works accross a wide variety of devices. (Samsung, Lenovo, HTC)

I never tested it on LG, but i believe in this software power. Its just 9 MB, give it a try !

Blaze Tama
  • 10,828
  • 13
  • 69
  • 129
  • Thank you!! This is the only thing that worked for me. I did have to install the 61833 USB drivers after using the adbdriver installer and switch to MTP and then back to Internet, but I was finally able to launch an app on my device. – user2521945 Nov 05 '14 at 01:34
  • @user2521945 Great! This software seems support all vendors :) Please accept my answer. – Blaze Tama Nov 05 '14 at 01:59
  • I can confirm that this works for LG. I had been forced to tether my LG G3 to get ADB to recognize it for a while, and I just accepted this as the way it had to be. But this tool detected incorrectly installed drivers and installed good ones, and now ADB recognizes my LG phone immediately, no tethering needed. – cjbrooks12 Dec 14 '14 at 04:37