Android ADB connect empty host name

扶醉桌前 提交于 2019-12-05 05:20:41

For me, simply restarting adb solved the problem

adb kill-server
adb start-server
naXa

You need to change net.hostname property on your device. The easiest way is to use the setprop command via a root shell on the device.

setprop net.hostname TypeAnyHostName

If this is not working for you, see other solutions here. This is a temporal solution, the problem repeats again some time later.

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