Eclipse Doesn't Recognize my Android Device

前端 未结 17 1468
小蘑菇
小蘑菇 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:45

    Maybe its a matter of how you plugged the device onto your computer. I'm using a mac and pluged the usb into one of the keyboard slots. It doesn't find anything even you've installed Kies with all its new drivers. After plugging it directly into one of the slots at the computer the device has been recognized imediately.

    Even it is a beginner mistake....maybe it helps :)

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

    In android 4.2.* The “Developer Options” menu item is gone!

    Answer: The “Developer Options” menu item on 4.2.* is hidden.

    1. Goto Settings -> About Phone.

    2. Goto “Build Number” at the end of the Scroll list.

    3. Tap on “Build Number” repeatedly (7 times). On your third tap you should see message indicating that you only have 4 more taps to go to ‘become a developer’.

    4. Continue: 4 more taps.

    5. Hooray, you are now a ‘Developer’, go back to the Setting page.

    6. You should see Developer Option menu item in your setting list now.

    7. Open Developer Options and check USB debugging > Ok

    ****it's work for me****

    Reference : http://www.wugfresh.com/faq/how-do-i-enable-usb-debugging-on-android-4-2-the-developer-options-menu-item-is-gone/

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

    download the samsung software Kies .it detects samsung deivces

    Go to http://developer.android.com/tools/device.html and follow up

    this solution worked for me

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

    If you are on Linux you can try on terminal the following steps. Don't forget to have your device plugged in. Use sudo if doest work.

    • adb kill-server
    • adb start-server
    • adb devices (see if device is recognized)
    0 讨论(0)
  • 2020-12-08 20:53

    Addition to Tor-Morten's answer: Only checking the Developer setting for USB debugging may not be enough. The USB connection setting (Android 4.4: Settings -> Storage -> Option Menu -> USB computer connection) needs to be checked for either "Media device" or "Camera" before it will be shown in Eclipse's Android Device Chooser window.

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

    In addition to Settings -> Applications -> Development - Enable USB Debugging, click on the following option:

    Revoke USB debugging authorization

    And then plug the device again.

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