简体   繁体   中英

Eclipse IDE won't recognize LG G2 (android 4.4.2 kitkat)

i enabled the developer option and the USB debugging mode on LG G2 (android 4.4.2).
i cant manage to get it recognize by Eclipse IDE , how can i do that? do i need any other software ?

First check if you can find it through adb on the command line

adb devices

if you can't it might be one of these reasons:

  • Have you installed the drivers?
  • I've noticed in my phone that it can't be used to debug when it is in the "Media Device" mode in Settings -> Storage -> USB Computer Connection

test if adb recognize your phone?

in cmd.exe type :

 adb devices 

if result is look like :

List of devices attached

You should install you phone USB driver.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM