Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why eclipse can not detect android device?

Eclipse can't detect my android device but it can run with the emulator. i have no problem with the android device setting since it work well in my old laptop.

any idea?

like image 343
Ricky Zheng Avatar asked Jan 10 '12 07:01

Ricky Zheng


2 Answers

When you start the Device sometimes adb doesn't recognize it because it has already started. So, in that case you just need to reset adb from DDMS->Devices

enter image description here

like image 171
Lalit Poptani Avatar answered Oct 04 '22 03:10

Lalit Poptani


Go to android-sdk/platform-tools/ via command promt...

write command.. adb devices (It will show the list of attached devices)

If its not display device number then look at the drivers of device on your system. And if display then just restart eclipse..

like image 30
user370305 Avatar answered Oct 04 '22 03:10

user370305