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 still doesn't work. Can someone please help me?

link|improve this question
1  
What environment are you developing under? OS X, Linux or Windows? – Raunak Jan 28 '11 at 3:29
If you are developing under Windows you will have to get the drivers for each device and install them locally. – Phobos Jan 28 '11 at 3:33
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 stackoverflow.com/a/8705561/538408 and adb recognized my device – Murat Jan 17 at 0:45
feedback

3 Answers

This is a fairly common problem. You basically don't have the drivers you need for USB debugging.

There are a few different ways I've had to obtain drivers for phones. The first way you should attempt is to go into the Android SDK and AVD manager and download the Google USB driver debug package.

This may or may not give you the driver you need. If it doesn't you will have to do one of two things. One, add the device details to the driver file you just downloaded. Generally these will be posted on forums/boards discussing your phone type. Secondly, you can download a different driver from another source like the phone manufacturer.

link|improve this answer
1  
The Samsung drivers are available at innovator.samsungmobile.com/galaxyTab.do#01 – Jon Colverson Jan 28 '11 at 4:45
Updated link: innovator.samsungmobile.com/cms/cnts/… . Works like a charm for my Samsung Galaxy Tab 10.1 with Monodroid so it should work with Eclipse as well. – Andreas Paulsson Mar 30 at 12:31
feedback

Have you tried:

Settings -> Applications -> Development - Enable USB Debugging

link|improve this answer
feedback

If you are developing with Windows, you might need to install the USB driver for our device. For Windows 7, here's how you do it:

To install the Android USB driver on Windows 7 for your device:

  1. Connect your Android-powered device to your computer's USB port.
  2. Right-click on Computer from your desktop or Windows Explorer, and select Manage.
  3. Select Devices in the left pane.
  4. Locate and expand Other device in the right pane.
  5. Right-click the device name (such as Nexus S) and select Update Driver Software. This will launch the Hardware Update Wizard.
  6. Select Browse my computer for driver software and click Next.
  7. Click Browse and locate the USB driver folder. (The Google USB Driver is located in \extras\google\usb_driver.)
  8. Click Next to install the driver.

Check this link for more information if you need it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.