Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Doesn't Recognize my Android Device

Tags:

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?

like image 413
David Smith Avatar asked Jan 28 '11 03:01

David Smith


People also ask

Why can't my PC detect my Android phone?

The problem of the phone not recognized by pc is commonly caused by incompatible USB cable, wrong connection mode, or outdated drivers.

Why my device is not showing in ADB devices?

Disconnect device, and ensure to turn off developer options on the android device (if was previously turned on). Connect the device via USB. Turn on developer options on the android device. Enable check box for stay awake.

Why my phone is not detected in Android Studio?

If your device is not correctly detected in RAD Studio or in the system Device Manager, check the following: Ensure that your Android device is unlocked and not sleeping while connected via USB. Set the appropriate option in Settings or Developer Options. Make sure your Android device is enabled for USB debugging.


2 Answers

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.

like image 155
Alex Lockwood Avatar answered Oct 19 '22 05:10

Alex Lockwood


Have you tried:

Settings -> Applications -> Development - Enable USB Debugging

like image 35
Tor-Morten Avatar answered Oct 19 '22 04:10

Tor-Morten