run app准备调试应用时报错:"adb not responding....kill adb.exe"
解决办法:
1.adb占用的端口是5037,首先查看有哪些进程占用了该端口:
netstat -aon|findstr "5037"再终结占用该端口的进程:
taskkill /pid xxxx /f
2.前几天安装genymotion后,如果先开启虚拟机 ,然后run,也会发生这种情况。
本文提供了解决ADB调试应用时报错adb not responding... kill adb.exe的方法,包括查看并终止占用端口5037的进程,以及解决安装Genymotion后在开启虚拟机后再run导致的问题。
run app准备调试应用时报错:"adb not responding....kill adb.exe"
解决办法:
1.adb占用的端口是5037,首先查看有哪些进程占用了该端口:
netstat -aon|findstr "5037"
taskkill /pid xxxx /f
2.前几天安装genymotion后,如果先开启虚拟机 ,然后run,也会发生这种情况。
2281
2564

被折叠的 条评论
为什么被折叠?
