Handset is not recognised by eclipse “offline”?

夙愿已清 提交于 2019-12-08 05:35:47

问题


I have connected my device with the computer, and i was testing my APPs. and everything was working just fine. Unexpectedly, i found my device is not recognised by eclipse and it's offline as in the attached image below.

Any Suggestions, and sorry if my post is not in the appropriate section.


回答1:


I had this issue with my device several times. Unplug the device. You should be able to fix this simply by restarting the adb server. or, kill the adb server and restart the eclipse.

c:>adb kill-server

Restarting the eclipse will start the adb server.




回答2:


Unplug the device and replug it. ADB will refind the device and it should work.




回答3:


Update your sdk manager. Window> Android sdk manger.. And update



来源:https://stackoverflow.com/questions/9671035/handset-is-not-recognised-by-eclipse-offline

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