I am new to Android development and I am trying to run a test application on my device itself. I followed the instructions http://developer.android.com/guide/developing/device.html (and related links), but Android Debug Bridge (adb) does not recognize the connected device.
Some quick reference information, I am running WinXP, developing with Eclipse, with a Motorola Droid with Android 2.1 as a physical device.
Overview of the steps I took:
- Installed the Android SDK by downloading all the necessary packages.
- USB debugging is enabled on my device.
- Connected device via USB, installing the driver from the SDK folder.
I will stop here (although I continued to configure the debugging application in Eclipse) because at that moment I noticed a problem.
Running "sdk \ tools \ adb devices" at this stage (at least in my opinion) should contain my device as connected. However, executing this value only gives:
A list of connected devices
My device recognizes that it is connected to the computer in debug mode, and my computer recognizes the device. However, I cannot get sdk to recognize it. I will leave all the steps that I used to configure Eclipse to debug on the device, as this does not seem to be a problem. I will turn them on if necessary.
If anyone has any ideas, I would really appreciate help. Thank you in advance for your time.
android
Kal Zekdor Jun 05 '10 at 18:17 2010-06-05 18:17
source share