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
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!