Failed to parse the output of #39;adb version#39;?(无法解析“adb version的输出?)
问题描述
我正在运行 Windos 7 和 Eclipse 3.5,但我不知道为什么我不断收到此错误.当我尝试运行它给我的程序时:
I am running Windos 7 and Eclipse 3.5 and I don't know why I keep getting this error. When I try run the program it gives me:
[2010-02-13 23:09:41 - HelloAndroid]The connection to adb is down, and a severe error has occured.
[2010-02-13 23:09:41 - HelloAndroid]You must restart adb and Eclipse.
[2010-02-13 23:09:41 - HelloAndroid]Please ensure that adb is correctly located at 'C:UsersMohitDocumentsAndroidSDK oolsadb.exe' and can be executed.
我什至尝试以管理员身份运行 Eclipse 和 adb.exe.到底是怎么回事?我该如何解决这个问题并开始制作 Android 应用?
I even tried runing Eclipse and adb.exe as admin. What is going on? How can I fix this and start making Android apps?
推荐答案
是的,我更新后也遇到了同样的问题,
Yes i had the same problem after i had did the update,
但是,我刚刚修复了它 :)解决问题:
however, i have just fixed it :) TO FIX THE PROMBLEM:
在文件夹中:android-sdk-windows转到文件夹 platform-tools ;复制文件并粘贴到文件夹 ool
in folder: android-sdk-windows go to folder platform-tools ; copy the files and paste in to folder ool
重启 Eclipse
这篇关于无法解析“adb version"的输出?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法解析“adb version"的输出?
基础教程推荐
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- RabbitMQ:消息保持“未确认"; 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
