原文:adb devices 显示 * daemon not running. starting it now on port 5037 * CreateProcess failure, error 2 问题解决

adb devices 显示 daemon not running. starting it now on port CreateProcess failure, error failed to start daemon error: cannot connect to daemon 该问题的解决方法: .将本机C: WINDOWS System 下的adb.exe文件复制到C: Windows ...

2018-08-09 22:19 0 2278 推荐指数:

查看详情

daemon not running.starting it now on port 5037 问题解决

这个问题5037端口被占用,导致无法启动adb命令的server 1. 解决方法: 在命令行窗口运行 adb nodaemon servercannot bind 'tcp:5037' 2.查看端口占用 takslist | findstr "8516" 3、杀掉 ...

Fri Jul 20 00:09:00 CST 2018 0 10602
* daemon not running; starting now at tcp:5037

今日使用weeplus run android时 看错误提示 ,是5037端口的问题 于是找到查看端口的 果不其然 5037被占用,于是果断执行如下命令 再次执行adb devices检测 OK了 ...

Sun Aug 25 17:57:00 CST 2019 0 2202
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM