Eclipse Doesn't Recognize my Android Device

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

提交回复
热议问题