无法解析“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
相关文章