您的位置:首页 > 其它

ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'

2016-03-23 16:31 519 查看
运行 cmd

执行 netstat -ano | findstr “5037” 查看占用端口程序pid xxx

执行 tasklist | findstr “xxx” 查看pid对应应用程序

执行 taskkill /pid xxx杀死程序
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: