手机
当前位置:查字典教程网 >编程开发 >安卓软件开发 >Android开发adb.exe' and can be executed.错误解决方法
Android开发adb.exe' and can be executed.错误解决方法
摘要:百度google大家多说的是任务管理器kill掉adb或者重启adbserver,但我任务管理器就没有adb,猜测是某个程序占用了adb端口...

百度google大家多说的是任务管理器 kill掉adb 或者重启adb server,但我任务管理器就没有adb ,猜测是某个程序占用了adb端口。于是按此思路查找。

5037为adb默认端口 查看该端口情况如下:

复制代码 代码如下:

netstat -aon|findstr "5037"

Android开发adb.exe' and can be executed.错误解决方法1

Android开发adb.exe' and can be executed.错误解决方法2

发现6540占用了 5037端口,继续查看21096的task,

tasklist|findstr "21096"

Android开发adb.exe' and can be executed.错误解决方法3

接下来问题就好解决了,在任务管理器kill掉kadb.exe ,运行android程序

【Android开发adb.exe' and can be executed.错误解决方法】相关文章:

Android启动模拟器报错解决方法

Android开发之BroadcastReceiver用法实例分析

android中圆角图像生成方法

android layout XML解析错误的解决方法

Android开发之SQLite的使用方法

android图库竖屏不显示status bar的解决方法

Android开发之动画实现方法

Android JellyBean Keyguard锁屏

Android开发中遇到端口号占用问题解决方法

android @override 报错解决方案

精品推荐
分类导航