Search code examples
androidgalaxy-tab

android sdk eclipse, samsung galaxy tab 2, How to recognize devices


I'm trying to develop on Samsung Galaxy Tab 2 with eclipse and android sdk. I've already installed Samsung Kies and turned on USB debugging on my device.

It looks like eclipse didn't know the new samsung driver. Did I forget something? What should be the windows pilot of the device? I think is the samsung pilot. Should I be able to create virtual samsung at this step? What is the correct url for the samsung add on site?

I'm on windows 8. I'm using Eclipse Juno and adt-bundle-windows-x86_64-20130219


Solution

  • I suggest you to run cmd, then go to platform-tools root, and run the following command: adb devices This will list all attached devices and tell you if your samsung phone is recognized by Android Debug Bridge, if it is not then search for another driver for your phone and try again.