zoukankan      html  css  js  c++  java
  • Android开发中遇到的adb问题解决方法

    问题:

    • The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse
    • Error:远程主机强迫关闭了一个现有的连接
    • adb locked!
    • adb.exe not found
    • adb failed to restart。 Make sure the plugin is properly configured
    • * failed to start daemon *
    • java.io.IOException: 您的主机中的软件中止了一个已建立的连接。

    解决方法:

    • 确认Android SDK中adb.exe存在.
    • 使用360或其它文件解锁软件,解除adb.exe占用.(右键点击adb.exe-->解除占用).
    • 手机的USB调试模式打开,关闭.
    • Eclipse重新启动.手机重新启动.
    • 打开任务管理器,干掉adb开头的进程.
    • 手机数据线又一次拔插.
    • 在cmd中依次执行下面两个adb命令  adb kill-server   adb start-server
    • 使用手机助手类软件的"又一次连接手机"功能
    • 是否开了多个占用adb的应用, 如刷ROM的软件,多个Eclipse,NetBean,多个手机助手.
    • 借同事的手机

  • 相关阅读:
    四则运算2
    进度条博客
    随机生成30道100以内的四则运算题
    构建之法阅读笔记01
    自我介绍
    c# dataGridView cell添加下拉框
    Winform Combobox.Items tooltip
    中医和红外(北京第一个工作)
    pdf修复
    c# 导出数据到excel
  • 原文地址:https://www.cnblogs.com/mqxnongmin/p/10847845.html
Copyright © 2011-2022 走看看