标签:style io sp on bs ad as line nbsp
原因:端口被占用
检测:adb nodaemon server,显示 cannot bind ‘tcp:5037‘ 则说明端口被占用
解决办法:lsof -i tcp:5037 查看占用5037端口的进程,kill 掉该进程即可
解决方法:
几个命令:
adb server is out of date. killing...
标签:style io sp on bs ad as line nbsp
原文地址:http://www.cnblogs.com/maozhige/p/4112266.html