I'm using Eclipse + ADT, and my physical device (listed below) is unlisted on Android Device Chooser. I have updated Eclipse and all of the Android packages. My phone is running Android OS 1.6, which corresponds to the target version listed in the Eclipse Project.
Also, the reason I decided to try testing on a real device is because the emulator doesn't seem to be working right anymore when I run my project. The emulator launches, but the program never does. Any ideas?
(using windows 7/t-mobile mytouch 3g)
First, make sure that the Android ADB can "talk to" your device.
cd
) where ADB.exe is in, e.g, C:\Android\android-sdk\platform-tools.adb devices
If your device is listed (serial number is displayed), go to the second check. Otherwise, this means ADB currently can't talk to your device. There're many reasons which can cause the problem, try:
Second, make sure you set the "Deployment target selection mode" to manual:
Your device still can't display? Ok. Third, make sure your "Project Build Target" Android version is supported in your Device.