could not read ok from ADB Server

执行adb devices提示

List of devices attached

* daemon not running; starting now at tcp:5037

could not read ok from ADB Server

* failed to start daemon

方法1,关闭防火墙,

could not read ok from ADB Server_夜星辰2023的博客-CSDN博客

我的电脑防火墙是关的,所以看方法2:

方法2:查看5037是否被占用,并杀掉占用的进程

Step1:netstat -aon|findstr "5037"

结果: TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 51196

这个地方,可能是LISTENING,也可能是别的词,

Step2:tasklist|findstr "51196"

结果:kadb.exe 51196 Console 1 7,488 K

Step3:taskkill -f -im kadb.exe

完成!此时再次使用adb devices时,便可以查看到本机设备了

感谢作者:

9 . adb device 报错could not read ok from ADB Server * failed to start daemon adb.exe: failed to check-CSDN博客

相关推荐
恋猫de小郭2 小时前
React Native 鸿蒙 2026 路线发布,为什么它的适配成本那么高?
android·前端·react native
studyForMokey2 小时前
【Android面试】窗口机制专题
android·面试·职场和发展
用户013201436033 小时前
Android 资源管理与常用布局详解|基础入门
android
陆业聪4 小时前
从 OpenClaw 到 Android:Harness Engineering 是怎么让 Agent 变得可用的
android·人工智能·ai编程
feng68_6 小时前
MySQL集群主从复制
linux·运维·数据库·mysql·adb
stevenzqzq6 小时前
颜色透明度转换技术文档(Android/Compose)
android
巴黎没有摩天轮Li6 小时前
Android JVMTI 接入流程
android
Wpa.wk7 小时前
APP测试 - adb基础命令2
经验分享·测试工具·adb
2501_915909067 小时前
iOS 抓包不越狱,代理抓包 和 数据线直连抓包两种实现方式
android·ios·小程序·https·uni-app·iphone·webview
城东米粉儿7 小时前
Android VCL 和 NAL笔记
android