AngusWG's blog
首页
分类
标签
关于
友链
归档
GitHub
(opens new window)
articles
AngusWG
2021-11-04
目录
adb devices 时显示 emulator-5554 offline 如何删除
#
adb devices 时显示 emulator-5554 offline 如何删除
在终端输入
netstat -ano | findstr 5555
获取占用 5555 端口的进程 pid
tasklist | findstr pid
查看是那个进程占用了
发现是 docker 占用了 关掉退出就好了
可以选择暴力一点的方法
taskkill /pid 1234 /f
(/f 指的是强行结束)
利用进程的 PID 结束进程:
ntsd -c q -p 1332
(结束 explorer.exe 进程)
#
参考
Windows 中根据端口号或 PID 查看进程、结束进程方法
(opens new window)
adb devices 时显示 emulator-5554 offline 如何删除
(opens new window)
编辑
(opens new window)
上次更新:
2024-01-10 16:01:00
最近更新
01
自建 RSS 订阅
01-05
02
搭建私人 docker hub
01-02
03
关于 SSH 攻击
10-12
更多文章>
跟随系统
浅色模式
深色模式
阅读模式