2

I just got a Samsung Galaxy Tab 10.1 and want to test my app on it. I turned on USB debugging and the bumblebee in the corner confirms that it is on. When I run my app from Eclipse (Helios) on Windows 7, I don't see the Galaxy Tab in my list. All I see is my Samsung Nexus S, which is also attached via USB.

enter image description here

JoJo
  • 19,587
  • 34
  • 106
  • 162
  • 1)Install usb drivers 2)Enable usb debugging on your device I did all of the above but didnt work. then i did the things in the following link http://stackoverflow.com/a/8705561/538408 and adb recognized my device – Murat Jan 17 '12 at 00:41

3 Answers3

4

You may need to install suitable drivers on your pc.

http://developer.android.com/sdk/oem-usb.html

mibollma
  • 14,959
  • 6
  • 52
  • 69
  • i have done steps for win7 but still my samsung tab is not detecting in eclipse. can you help? – djk Jan 02 '13 at 12:56
  • I guess the drivers are not installed correctly. The easiest way to check is to run `adb devices` on the command line. If the device shows up there it will show up in eclipse too. – mibollma Jan 02 '13 at 14:12
2

You need to get the drivers from Samsung's website. If you have the new 10.1 tab, it's this one:

http://www.samsung.com/us/support/downloads/GT-P7510MAVXAB

If not, select the right model from the drop downs. I don't know if this is required, but I shut down Eclipse before doing this and restarted it, and my tablet showed up in the deploy to device list immediately after

Rich
  • 36,270
  • 31
  • 115
  • 154
0

This is the link I used for the usb drivers Samsung Downloads

Can also be found by finding it yourself here, called "Samsung Andorid USB Driver for Windows"

Edd
  • 630
  • 1
  • 7
  • 18