Eclipse Doesn't Recognize my Android Device

前端 未结 17 1469
小蘑菇
小蘑菇 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 20:54

    Download new USB driver for samsung/pc connection here: http://developer.samsung.com/android/tools-sdks/Samsung-Andorid-USB-Driver-for-Windows

    After enabling developer mode and USB debugging of course. The phone should ask to accept the pc location as secure after USB driver upgrade. Installing KIES did not fix the problem on my Galaxy Note 3.

    0 讨论(0)
  • 2020-12-08 20:57

    I had the same problem on windows with my samsung galaxy device .. installing samsung kies solved the problem for me.

    0 讨论(0)
  • 2020-12-08 20:58

    I had loads of problem getting this to work when I switched to a new computer. I downloaded and installed Kies, but Windows 7 still didn't recognize my device. My problem was the proxy my company use, Kies tries to download USB drivers in the installation, but fails silently and finishes the installation.

    You might have this problem if your USB Driver folder in the installation is empty (i.e C:\Program Files (x86)\Samsung\Kies\USB Driver).

    Solution for me: install Kies without a proxy.

    0 讨论(0)
  • 2020-12-08 20:58

    Unload EasyTether extension. This worked for me - look at the part about unloading the EasyTether extension. adb not finding my device / phone (MacOS X) I was able to connect my samsung galaxy note 2 to macbook pro snow leopard.

    0 讨论(0)
  • 2020-12-08 20:59

    Have you tried:

    Settings -> Applications -> Development - Enable USB Debugging

    0 讨论(0)
  • 2020-12-08 21:00

    This is a fairly common problem. You basically don't have the drivers you need for USB debugging.

    There are a few different ways I've had to obtain drivers for phones. The first way you should attempt is to go into the Android SDK and AVD manager and download the Google USB driver debug package.

    This may or may not give you the driver you need. If it doesn't you will have to do one of two things. One, add the device details to the driver file you just downloaded. Generally these will be posted on forums/boards discussing your phone type. Secondly, you can download a different driver from another source like the phone manufacturer.

    0 讨论(0)
提交回复
热议问题