ionic真机调试Android报错 - could not read ok from ADB Server * failed to start daemon * error: cannot conn
愿君学长松,慎勿作桃李。这篇文章主要讲述ionic真机调试Android报错 - could not read ok from ADB Server * failed to start daemon * error: cannot conn相关的知识,希望能为你提供帮助。
【ionic真机调试Android报错 - could not read ok from ADB Server * failed to start daemon * error: cannot conn】在使用真机调试android程序时,报错如下:
could not read ok from ADB Server * failed to start daemon error: cannot connect to daemon
- 首先,打开命令行工具,找出占用5037端口号的对应pid号
netstat -ano | findstr :5037
- 如果端口被占用,在任务列表中找到占用端口的进程
tasklist | findstr processID
- 打开任务管理器,将对应pid号的进程杀死。然后运行命令手动启动adb,成功
adb start-server
推荐阅读
- 2获取APP CPU占用率
- html5 如何打包成apk,将H5封装成android应用APK文件的几种方法
- 安卓面试
- android shape 怎么在底部画横线
- 「Android」GreenDao
- Android开发中常见的设计模式——策略模式
- CSAPP Lab(Bomb Lab(从拆弹到爆炸。。。)
- android 基础题
- 读 移动APP测试