adb.exe,start-server' failed

错误:The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.   adb.exe‘ and can be executed.
方案:http://blog.csdn.net/yu413854285/article/details/7559333先看看这个

不行就动手 查看 adb.exe 端口的 5037

打开命令行cmd 输入netstat -nao|findstr "5037"

找到他的 PID 是多少 根据这个PID去任务管理器中关闭这个PID的进程 重启Eclipse就行了

提示(查看PID 任务管理器中点击查看 选择列 勾上PID进程标示符就行了)

我遇到的是酷狗 kadb.exe 端口占用了

adb.exe,start-server' failed

时间: 2024-10-29 19:06:47

adb.exe,start-server' failed的相关文章

Andriod Studio adb.exe,start-server' failed -- run manually if necessary 解决

首先查看了我的任务管理器,共有三个adb的程序在运行: 错误提示的是 Andriod Studio 中的adb.exe启动失败,于是,去关掉另外两个adb.exe,两分钟左右后,又出现了三个adb. 搜索资料后,发现这两个adb 是由虚拟机启动的,我装了genymotion的虚拟机,关掉genymotion和虚拟机后,再关掉三个adb进程,过会儿,只剩一个adb会出来运行,证实无误. 于是,解决:1.关掉Andriod Studio和genymotion以及genymotion的虚拟机.2.启动

'adb.exe,start-server' failed — run manually if necessary, Android Studio

思考问题:为什么出现以上问题,之前在Mac下 从未出现过adb相关的问题,后来思考后,是我下载了android的一个传输文件的程序在笔记本上 具体解决方法是:1先停止相关的模拟器,比如genymotion emulator之后重新开启adb: (Tools > Android > Unchecked Unable ADB Integration 之后再重新勾选即可) 2.最后再打开相关的模拟器或者真机调试即可 'adb.exe,start-server' failed - run manual

ionic真机调试Android报错 - could not read ok from ADB Server * failed to start daemon * error: cannot connect to daemon

在使用真机调试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号的进程杀死.然后

andoid-sdk 安装时出现 Stopping ADB server failed(code -1) 错

出错原因: cmd在path路径找不到adb命令,是因为adb.exe文件存在于android-sdk安装目录platform-tools/子目录下,要将这个路径配置到环境变量里面. 解决方案: 按照书中讲的添加环境变量:C:\android-sdk-windows\tools之后,再添加 \platform-tools到环境变量 .比如android-sdk安装在C盘根目录下,则添加环境变量:C:\android-sdk-windows\platform-tools

解决Please ensure that adb is correctly located at 'D:\java\sdk\platform-tools\adb.exe' and can be executed.

遇到问题描述: 运行android程序控制台输出 [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe error has occured.    [2012-07-18 16:18:26 - ] You must restart adb and Eclipse.    [2012-07-18 16:18:26 - ] Please ensure that adb is correctly located at

ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'

ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'Errors from ADB:ddms: 'I:\android-sdk\platform-tools\adb.exe,start-server' failed -- run manually if necessary Try below steps: Close the Eclipse

经常遇到Please ensure that adb is correctly located at 'D:\java\sdk\platform-tools\adb.exe' and can be e

遇到问题描述: 运行android程序控制台输出 [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe error has occured.    [2012-07-18 16:18:26 - ] You must restart adb and Eclipse.    [2012-07-18 16:18:26 - ] Please ensure that adb is correctly located at

Android adb.exe程序启动不起来处理方法

经常遇到 Please ensure that adb is correctly located at 'D:\java\sdk\platform-tools\adb.exe' and can be executed. 遇到问题描述: 运行android程序控制台输出 [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe error has occured.[2012-07-18 16:18:26 - ] You

Windows 环境下adb.exe无法启动的解决办法之一

应用Eclipse开发安卓,更换工作空间之后会出现adb.exe无法启动的情况,其原因尚不明,但是经查阅资料找到了其解决办法之一,现在叙述如下. 操作步骤: 1:wir+R键进入Dos窗口下,切换到adb.exe文件所在的路径下面 Dos下面进入别的盘的命令:“盘符:”如进入D盘就输入“D:”(大写小写都可以): 在同一个盘符下面的文件之间的切换就可以类似于linux下面的操作 “cd 目录” 在dos环境下面操作dir命令会列出该目录下面的所有文件 同样的类似于Linux可以使用Tab键进行自