Reputation: 51
I use an Iconia Tab from Acer to debug an application. I've already used it a few months ago and it worked very well. But as I try to update the project, Eclipse can't find the device connected.
Yes, the usb debugging is already activated. I updated the specific drivers and the tablet is detected by the computer (as I was asked if I want to open it, like it did before). I try to use the adb commands kill-server and start-server, even reboot with adb usb but the result of "adb devices" still is a blank list.
EDIT: Thanks for the answerer to this post, I checked for the periphericals devices (as I did before), but right-click on the "multimedia player" (it was detected as this) and "solve the problemes" by installing again the android interface. Why had it been uninstalled, I don't have a clue, but now, "adb devices" shows it!
Upvotes: 1
Views: 17699
Reputation: 1672
I have nexus 4 and faced the same issue. When you go to My Computer > Manage > Device Manager > Other Devices , it was showing me Nexus 4 there and not "Android ADB Interface". To fix this, right click on nexus 4 and click on update. from two option select "Browse my computer for driver software" and then select "Let me pick from a list of device drivers on my computer ". you will see "Android ADB Interface" as an option. Select and install it. Now AVD manager will show the device.
Upvotes: 3
Reputation: 1872
I have same issue with my Galaxy S3 (GT-I9300). I solved this issue after "Factory Data Reset". Now when i connect my phone with USB ,Eclipse shows my device perfectly.
Hopes it's helpful!...
Upvotes: 0