解决 adb not responding. if you'd like to retry then please manually kill adb.

解决 adb not responding. if you'd like to retry then please manually kill adb.


今天打开Android Studio提示一个问题,adb not responding. if you'd like to retry then please manually kill adb.exe 无论 click 'restart',restart没用,kill-server和start-server也没用,最后发现,某手机助手程序偷偷占用了adb运行的端口号5037...

查看那个程序占用5037端口  ->运行cmd,netstat -ano | findstr "5037",


原来是14952这个进程,打开任务管理器,找到PID为14952的进程,kill掉~~
然后,重新启动一下adb服务,或者直接重启Android Studio。

你可能感兴趣的:(android,android,adb,Studio,not,Responding)