cmd
netstat -aon|findstr "5037" //adb的端口号为5037 这里查询该端口号
tastlist|findstr "1234" //这里查询现正在占用该端口的进程
tastkill /f /t /im adb.exe //关闭该进程
cmd
netstat -aon|findstr "5037" //adb的端口号为5037 这里查询该端口号
tastlist|findstr "1234" //这里查询现正在占用该端口的进程
tastkill /f /t /im adb.exe //关闭该进程