当前位置:  编程技术>移动开发

Android adb.exe程序启动不起来 具体解决方法

    来源: 互联网  发布时间:2014-10-22

    本文导语:  经常遇到 Please ensure that adb is correctly located at 'D:javasdkplatform-toolsadb.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 - ] Y...

经常遇到 Please ensure that adb is correctly located at 'D:javasdkplatform-toolsadb.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 'D:javasdkplatform-toolsadb.exe' and can be executed.

解决问题:

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

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

      netstat -aon|findstr "5037"

      TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       6540

发现6540占用了 5037端口,继续查看6540的task,发现是wandoujia  .如下所示

        tasklist|findstr "6540"


        wandoujia_daemon.exe          6540 Console                    1      4,276 K

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

1.关闭豌豆荚进程

2.adb kill-server

3.adb start-server

4.重启Eclipse

OK


    
 
 

您可能感兴趣的文章:

  • android开发教程之用命令启动android模拟器并设置其内存大小
  • Android显式启动与隐式启动Activity的区别介绍
  • Android启动模拟器报错解决方法
  • 求证影响android启动速度的主要因素
  • Android Intent启动别的应用实现方法
  • android开机自启动app示例分享
  • android开发环境遇到adt无法启动的问题分析及解决方法
  • Android开机自启动服务的实现方法
  • 解析android创建快捷方式会启动两个应用的问题
  • Android 上类似IOS 的开关控件。 Android ToggleButton iis7站长之家
  • android开机自启动原理与实现案例(附源码)
  • Android实现系统重新启动的功能
  • android基础教程之开机启动示例
  • android 定时启动取消小例子
  • android开发教程之开机启动服务service示例
  • Android中实现开机自动启动服务(service)实例
  • Android开机自启动程序详解
  • WAC启动Android模拟器 transfer error: Read-only file system错误解决方法
  • 解析Android中如何做到Service被关闭后又自动启动的实现方法
  • android启动问题
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 申请Android Map 的API Key(v2)的最新申请方式(SHA1密钥)
  • Android瀑布流实例 android_waterfall
  • Android开发需要的几点注意事项总结
  • Android系统自带样式 (android:theme)
  • android 4.0 托管进程介绍及优先级和回收机制
  • Android网络共享软件 Android Wifi Tether
  • Android访问与手机通讯相关类的介绍
  • Android 图标库 Android GraphView
  • Android及andriod无线网络Wifi开发的几点注意事项
  • 轻量级Android开发工具 Android Tools
  • Android 2.3 下StrictMode介绍
  • Android 开发环境 Android Studio
  • IDEA的Android开发插件 idea-android
  • Android手机事件提醒 Android Notifier
  • XBMC的Android客户端 android-xbmcremote
  • Android小游戏 Android Shapes
  • Android电池监控 Android Battery Dog
  • android开发:“android:WindowTitle”没有对应项no resource
  • Android 上类似IOS 的开关控件。 Android ToggleButton
  • Android 将 android view 的位置设为右下角的解决方法
  • Android 2D游戏引擎 Android Angle


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3