Eclipse Doesn't Recognize my Android Device

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

    I Had the same problem. I saw that the product was correctly defined under Device Manager, but Eclispe did not show the product in the target.

    The easy way was to install Samsung Kies and to see that the following command: ...eclipse\adt-bundle-windows-x86_64\sdk\platform-toolsadb\adb device gives me some output instead of only "List of devices attached". once it recognizes the product, use "run configuration" choosing target "Active devices" under "Launch on all compatible devices/AVD's" radio button.

    still, you don't get the product on the list as expected but it works. Good Luck!

提交回复
热议问题