Handset is not recognised by eclipse “offline”?

北城余情 提交于 2019-12-07 17:29:24

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.

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

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

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