当前位置:   article > 正文

adb启动失败问题解决方法_android is adb already running on the host? run th

android is adb already running on the host? run this command and try again

开启了酷狗音乐,调试android程序时,提示run manually if necessary,

该问题由于5037为adb默认端口,被酷狗占用,造成adb启动失败,

查看该端口情况如下:

netstat -aon|findstr "5037"

TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 4460

发现6540占用了 5037端口,继续查看4460的task,

tasklist|findstr "4460"
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/336955
推荐阅读
相关标签
  

闽ICP备14008679号