解决daemo not runnig :starting now at tcp:5037
Posted yannuo-666
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决daemo not runnig :starting now at tcp:5037相关的知识,希望对你有一定的参考价值。
1.输入adb devices 时,发现启动失败
这种情况一般都是端口号被占用了
解决办法:
1.输入命令查看5037这个端口被哪个进程占用
netstat -ano | findstr "5037"
8516这个进程在用这个端口
2.再输入命令asklist | findstr "8516"
原来是sjk_daemon进程占了adb的端口。
3.然后就可以使用kill-9 8516结束这个进程
二.如果第2步查到底进程号是 adb.exe
这说明5037这个端口只有adb这个进程使用 ,出现的问题,不是断口冲突的问题
1.首先终止adb服务
adb kill- server
2.再次启动adb服务
adb start-server
这样就可以了
以上是关于解决daemo not runnig :starting now at tcp:5037的主要内容,如果未能解决你的问题,请参考以下文章
Starting nagios:This account is currently not available.
Starting the application on Mac does not work(拷贝platforms到不同的位置,才能解决问题)
打开程序提示this application could not be started怎么解决
CentOS7.2安装mariadb-server,解决Failed to start mysqld.service: Unit not found
CentOS7安装MySQL报错Failed to start mysqld.service: Unit not found解决办法