zoukankan      html  css  js  c++  java
  • The connection to adb is down,and a server error has occured.解决办法---------------------亲测有效

    认真读error:

    办法一:

    点击项目右键->Android tools ->Fix Project Properties,检查项目属性

    办法二:

    设备管理器,查看是否存在adb进程

    如果存在adb进程,中止,重启eclipse

    如果不存在,DOS环境下,找到adb所在路径(eclipse->sdk->platform-tools->adb.exe)

    执行 adb kill-server

    之后,执行 adb -startserver 

    办法三:

    查看platform-tools文件夹或adb.exe是否存在,

    若不存在,新建一个platform-tools文件夹,将tools文件夹所有文件复制到新建文件夹中。

  • 相关阅读:
    Title
    Title
    Title
    Title
    Python生成随机验证码
    Time模块和datetime模块
    For循环的实质
    Python函数
    集合set
    字符串内置方法的使用
  • 原文地址:https://www.cnblogs.com/cityhuntshou/p/5646591.html
Copyright © 2011-2022 走看看