`
shinepengwei
  • 浏览: 44287 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

android环境配置(adb问题)

阅读更多

android环境配置步骤:http://developer.android.com/sdk/installing.html(官方文档,我就不翻译了)

中间遇到的问题:

1.myelipse兼容性不好,尤其我用的是7.0,建议新手使用推荐的elipse classical

2.运行helloworld程序时提示错误:

[2012-05-31 21:13:58 - HelloAndorid] The connection to adb is down, and a severe error has occured.

[2012-05-31 21:13:58 - HelloAndorid] You must restart adb and Eclipse.

[2012-05-31 21:13:58 - HelloAndorid] Please ensure that adb is correctly located at 'C:\android-sdk\platform-tools\adb.exe' and can be executed.

搜索到的解决方案

 

 

Try below steps:

  1. Close the Eclipse if running
  2. Go to the Android SDK tools directory in Command Prompt
  3. type adb kill-server
  4. then type adb start-server
  5. No error message is thrown while starting ADB server, then adb is started successfully.
  6. Now you can start Eclipse again.

it worked for me this way, Eclipse should be closed before issuing these commands.

运行第四步时命令行提示ADB server didn't ACK

有人的解决方案说:要关闭任务管理其中的adb.exe,我里面压根没有。后来经过种种尝试,想到我安装了豆瓣夹,而网上有的方案和这个有关系(我并没有运行,只是安装了)

于是我删掉了豆瓣夹,于是,问题解决!!!

分享到:
评论

相关推荐

    android adb 配置文件 ubuntu环境

    android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb ...

    android-adb环境配置总结eclipse

    详尽的android-adb环境配置总结,eclipse配置,移动开发。

    android adb

    配置android开发环境需要的adb文件。

    mac对adb环境配置使用

    使用mac对adb环境进行配置,获取对应android手机的一些配置信息

    adb环境配置

    android开发,命令指令操作。adb指令的环境变量的配置教程

    adb命令和环境变量配置

    android中adb的所有命令 和环境变量

    Ubuntu下android adb环境变量配置方法

    主要介绍了Ubuntu下android adb环境变量配置方法,本文给出了操作步骤,按步骤操作即可,需要的朋友可以参考下

    window下配置Android环境运行adb命令-附件资源

    window下配置Android环境运行adb命令-附件资源

    Android adb基础命令使用

    adb 介绍与环境配置 adb 基础命令 adb 备份与恢复命令 adb 重定向端口命令 adb 无线连接与文件同步

    adb环境配置说明

    adb环境配置说明,含android-sdk-windows下载地址,自己原创哦。

    【Android】adb工具

    下载后配置环境变量后可用

    win7配置adb环境变量的方法步骤

    下面是配置Android开发ADB环境变量的操作步骤。 工具/原料 win7系统电脑+Android SDK 方法/步骤 1.首先右击计算机——属性——高级系统设置——环境变量; 2.弹出”环境变量“对话框,单击”新建“一个环境变量。 ...

    Adb 环境安装步骤.docx

    适用于第一次使用adb的朋友,而且安装了Android studio软件的,但找不到sdk路径,教朋友使用cmd命令台操作adb

    2019最新adb,5月分之前最新,androidSDK目录提取

    使用方法:下载后解压,把解压后的目录配置到环境变量里边。 例如解压后的adb.exe所在的目录是D:/adbtools/adb.exe ;把D:/adbtools路径配置到环境变量即可,环境变量配置自行百度。

    Adb 安装下载环境变量配置详解

    首先讲到移动端app测试,不可避免的要考虑到app的安装、卸载、调试等...adb(Android Debug Bridge)就是这样一个Android软件测试开常用的调试工具,可以用来安装卸载软件、管理安卓系统软件、启动测试、抓取操作日志等

    adb简易配置安装包.rar

    1. 解压文件后,直接进入到解压后的文件夹,在当前文件夹shift+右键单击选择在此处打开命令行即可使用adb连接android设备 ...2. 使用此方法无需配置环境变量,但是只能在包含adb.exe的文件夹中进行操作

    adb shell可以按tab补全工具 命令行补全工具

    注意要把原来的adb配置去掉,没有去掉就不生效这个adb。然后点击应用。就好了。这时候重新打开命令行 进去点击adb shell进入Android 里面的输入首字母 按tab键 就可以补全对应字符了

Global site tag (gtag.js) - Google Analytics