链接app时报错:daemon not running. starting it now on port 5037

一个神奇的问题:

在连接app的时候,安装测试包 adb install 包绝对路径 运行,启动元素定位uiautomatorviewer,

这时发现一直报错:

        *daemon not running. starting it now on port 5037 *

        *daemon started successfully **

        * daemon still not not running *

        error: cannot connect to daemon

我一看这时端口占用问题呀,使用netstat -ano | findstr "5037"在doc命令中查看端口的使用情况,找到5037的使用程序,在任务管理器中找到并结束进行,然后。。。啊然后。。。“没用”

删完进程再执行还是同样的错误,于是乎我又重复了一遍没有执行发现这个会自动生成5037的进程。

划重点---终于被我找到了解决方法:

第一步:找到abd.exe这个文件

链接app时报错:daemon not running. starting it now on port 5037_第1张图片

 第二步:进入模拟运行器的nox包将adb.exe文件改名为adb_1.exe(这个名自己改),将nox_adb.exe改为nox_adb_1.exe,然后将第一步中复制的文件复制两个一个直接放进下图文件中,另一个改名为nox_adb.exe放入下图文件。然后重新链接,你就会发现好了。是不是很神奇!

链接app时报错:daemon not running. starting it now on port 5037_第2张图片

 链接app时报错:daemon not running. starting it now on port 5037_第3张图片

 

你可能感兴趣的:(测试工具)