Eclipse Doesn't Recognize my Android Device

前端 未结 17 1543
小蘑菇
小蘑菇 2020-12-08 20:33

I have the samsung galaxy tab, when I plug it into to eclipse to run and debug my apps. Eclipse doesn\'t recognize the device. When I try it with my friend\'s Droid 2 it sti

17条回答
  •  时光取名叫无心
    2020-12-08 21:05

    I had the same problem with my LG G3 phone. I tried to re-install the driver as explained here: http://developer.android.com/tools/extras/oem-usb.html Nothing helped. Fortunately on the very same page I have found the link to LG firmware site: http://www.lg.com/us/support/software-firmware

    So I did the following:

    • Connect the phone to the PC using the USB cable

    • Uninstalled the Google's USB driver (My Computer->Management->Devices->Portable Devices->MyPhone: uninstall)

    • Download driver for my LG G3 phone (LG885) from the LG site

    • Install this driver

    • Got on the phone screen request to approve the new RCA key and allow debugging.

    • Try to Run an Android project in Eclipse.

    • PROBLEM SOLVED.

提交回复
热议问题