Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SDK DDMS in Eclipse not recognizing my Android Phone

I just purchased a ZTE Cricket X500 running 2.3.4 for the purpose of testing my Android apps on. When I start the DDMS in the Eclipse Android SDK the device is not listed. The phone is in debug mode, Unknown Sources is enabled, and as far as I can tell the neccesary USB drivers have been installed. Furthermore I have a "Android Dev Phone 1" and the DDMS is able to recognizing that. My computer is running Windows 7. Any theories as to what might be going on?

like image 727
Ben Pearce Avatar asked Jan 05 '12 22:01

Ben Pearce


3 Answers

try these commands:

adb kill-server
adb start-server

for some reason, this works for if the device isn't listed

like image 177
Rodrigo Amaro Reveco Avatar answered Oct 20 '22 23:10

Rodrigo Amaro Reveco


I think it is because of your drivers, So install drivers for your device in your computer, then try to use it in dubug mode. so for that you have to put your device in debug-gable mode.

Hope this will help you.

like image 28
Silvans Solanki Avatar answered Oct 21 '22 01:10

Silvans Solanki


Have you looked here and done everything required?

As the link says, if you are on a Windows machine or Linux machine, you need to tell your system to recognize the vendor ID for your phone. Hopefully this helps.

like image 3
Alex Paino Avatar answered Oct 21 '22 00:10

Alex Paino