zoukankan      html  css  js  c++  java
  • android The connection to adb is down, and a severe error has occured

    今天打开eclipse出现了

    The connection to adb is down, and a severe error has occured.  

    这个问题。按照网上很多方法都试过了,还是不行。

    主要的原因还是adb没有启动,如果打开adb的路径直接运行adb.exe,并没有什么用。

    按照网上说的主要办法,首先,任务管理器中并没有adb进程,所以也没办法杀死。

    第二种:转到adb目录下,执行adb kill-server,没问题。但如果再执行adb start-server,就会出现

    应该是接口被占用了。

    解决办法:在cmd中执行adb devices

    然后再在adb目录下,执行adb start-server,OK!

    重启eclipse,就可以运行了。

  • 相关阅读:
    js原型杂谈
    arguments.callee.caller
    $resource
    sql的四种匹配模式
    AMD规范
    module.ngdoc
    angularjs杂谈
    浏览器前缀
    css21规范学习
    <meta>标签
  • 原文地址:https://www.cnblogs.com/zhaoheng/p/5865292.html
Copyright © 2011-2022 走看看