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"的输出?
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01