Connecting my android device to eclipse

亡梦爱人 提交于 2019-12-23 21:15:41

问题


I can't get Eclipse to detect my Xperia E. I switched on the USB Debugging, tried adb kill-server and start server, tried both the MTP & MSC mode,modified the android_usb.inf file. I just can't get the device manager to update my driver. It shows there is no Android ADB Interface driver in my list of Device drivers. Please help me out. Trying to test my apps on my device since the last two days !


回答1:


Ok, This did it for me. Connected Xperia E to my laptop. Enabled USB Debugging. Went to the Computer > Right Click > Manage > Device Manager > Other Devices > Android ADB Interface > Right Click > Update Driver > Browse my computer for Driver Software > Let me pick from a list of device drivers on my computer .Now, here is the MAIN part. Instead of looking for Android ADB Interface, scroll down & you will find a driver named Sony so0101 . Click next & install it. Now, Eclipse detects my device !!

NOTE : USB DEBUGGING must be enabled ,otherwise the device (XPERIA E) will show under portable devices and no Android ADB Interface will be present to update.

Hope, it helps someone as it took me two days to figure it out ! Cheers !




回答2:


Go in platform-tools and type adb kill-server then adb start-server.

platform-tools is in your sdk in my case is E:\adt-bundle-windows-x86_64-20140702\sdk\platform-tools




回答3:


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.



来源:https://stackoverflow.com/questions/17483877/connecting-my-android-device-to-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!