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"的输出?
基础教程推荐
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 降序排序:Java Map 2022-01-01