Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse doesn't find my device

I've updated everything. No problem with driver. Added android:debuggable="true" to the . USB debugging mode on. But still dont work. My OS is Win7, my device is Huawei.

enter image description here

like image 675
Elisha Pearl Avatar asked Jan 27 '26 22:01

Elisha Pearl


2 Answers

  • Make sure, that your usb connection type is "Charge only",
  • disable and the enable the USB debugging on your device (Menu->Settings->Applications->Development->USB debugging uncheck -> check),

and Eclipse should recognize it.

Update
I also have to close the emulator window (if I have running any), and this works for me all the time.

like image 160
rekaszeru Avatar answered Jan 29 '26 11:01

rekaszeru


Check the USB-to-microUSB cable. I was using one that I suspect only charges battery power, but no data transmission. After changing to another cable, my phone successfully appeared under android device in the eclipse run window.

like image 32
justinkoh Avatar answered Jan 29 '26 12:01

justinkoh