adb.exe-Eclipse启动不了ADB,端口也没有被占用?

问题描述

Eclipse启动不了ADB,端口也没有被占用?

想手动启动adb.exe的,可是不行,出现“

  • daemon not running. starting it now on port 5037 *
    ADB server didn't ACK
  • failed to start daemon *“
    我查了下,5037这个端口也没有被占用啊,请问大神们要怎么做?

解决方案

Linux下用eclipse启动tomcat时端口被占用错误

解决方案二:

试试重新打开行不行,不然看看这篇文章:
http://blog.csdn.net/u011596810/article/details/46955011

解决方案三:

换AS吧,Eclipse官方都不推荐使用了。

时间: 2024-09-13 22:59:53

adb.exe-Eclipse启动不了ADB,端口也没有被占用?的相关文章

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 - ]

eclipse-Android开发下You must restart adb and Eclipse

问题描述 Android开发下You must restart adb and Eclipse The connection to adb is down and a severe error has occured. HelloWorld] You must restart adb and Eclipse. HelloWorld] Please ensure that adb is correctly located at 'E:软件开发adt-bundle-windows-x86-20131

android-Android 调试中eclipse一直提示adb.exe停止工作

问题描述 Android 调试中eclipse一直提示adb.exe停止工作 如题,已试过:各种重启不行,更换带补丁adb.exe不行,重新配置环境变量不行,禁用电脑上管理软件不行 求大神解决 解决方案 把eclipse卸载重新安装,或者安装个新版本的eclipse 或者,用以下的adb.exe试试 下载已经修改最大连接数的adb.exe地址:http://code.google.com/p/android/issues/detail?id=12141 解决方案二: 下一个豌豆荚 什么都好说 解

adb不能正确启动怎么解决

  1.首先下载最新版adb.exe工具包 2.解压后把找到adb.exe.AdbWinApi.dll.AdbWinUsbApi.dll这三个文件 3.把那三个文件复制到C:Windowssystem里 如果您已经按照上诉方法进行操作后还是无法正确启动,可以参照下面几个方法进行操作 1.报错: BUILD FAILED D:workspaceganjibuild.xml:144: The following error occurred while executing this line: D:

tomcat直接用exe可以启动,然后在浏览器里面可以打开localhost:8080。但在eclipse里面不行

问题描述 tomcat直接用exe可以启动,然后在浏览器里面可以打开localhost:8080.但在eclipse里面不行 tomcat直接用exe可以启动,然后在浏览器里面可以打开localhost:8080.但在eclipse里面运行server,显示了started,但是无法打开localhost:8080网页.为什么啊... 解决方案 双击eclipse里边的tomcat服务器,看看监听端口是不是被改变了 解决方案二: 自己看下tomcat目录下的Log日志排查吧.

android开发-在APK中通过adb shell命令启动UIautomator失败

问题描述 在APK中通过adb shell命令启动UIautomator失败 源码如下: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.fragment_main); Button stButton = (Button)findViewById(R.id.start_test); stButton.setOnClick

android-在APK中通过adb shell命令启动UIautomator失败

问题描述 在APK中通过adb shell命令启动UIautomator失败 源码如下: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.fragment_main); Button stButton = (Button)findViewById(R.id.start_test); stButton.setOnClick

android-Android: adb.exe pull /mnt/sdcard/somefile.txt 不能运行

问题描述 Android: adb.exe pull /mnt/sdcard/somefile.txt 不能运行 我想使用adb command 从设备中获取一个文件: adb pull /mnt/sdcard/deviceinfo.dat C: 但是总获得下面的信息: cannot create 'c:\deviceinfo.dat': No such file or directory 文件存在于设备中: adb shell ls /mnt/sdcard/deviceinfo.dat 返回

Eclipse启动时DDMS files not found: D:\Eclipse\adt-bundle-windows-x86_64-20131030\sdk\tool

在eclipse中启动新建的android项目的时候,控制台提示如图: 方法1.cmd中adb kill-server,然后adb -startserver 方法2.方法1不管用,那么在任务管理器中杀死adb.exe,然后重启Eclipse. 方法3.方法1和2都不管用,那么查看最后一句报错中:platform-tools中是否有adb.exe(我的错误就是在相关路径下面没有platform-tools文件夹,所以我选择新建一个文件夹,并且把tools中的文件全部复制到platform-tool