无法解析“adb version"的输出?

2024-08-25Java开发问题
6

本文介绍了无法解析“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"的输出?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

如何在java中找出依赖于语言环境的文本方向?
How to find out locale-dependent text orientation in java?(如何在java中找出依赖于语言环境的文本方向?)...
2024-08-25 Java开发问题
24

Eclipse 在尝试启动 Android 应用程序时卡住了
Eclipse gets stuck when trying to launch Android app(Eclipse 在尝试启动 Android 应用程序时卡住了)...
2024-08-25 Java开发问题
14

使用 Launch4j 将 Java 应用程序固定到 Windows 7 任务栏
Pinning a Java application using Launch4j to the Windows 7 taskbar(使用 Launch4j 将 Java 应用程序固定到 Windows 7 任务栏)...
2024-08-25 Java开发问题
11

从 Java 的 processbuilder 执行的 ffmpeg 在 windows 7 下不返回
ffmpeg executed from Java#39;s processbuilder does not return under windows 7(从 Java 的 processbuilder 执行的 ffmpeg 在 windows 7 下不返回)...
2024-08-25 Java开发问题
9

JavaExe 和 Java 应用程序作为与桌面交互的 Windows 系统服务
JavaExe and Java application as windows system service interactive to desktop(JavaExe 和 Java 应用程序作为与桌面交互的 Windows 系统服务)...
2024-08-25 Java开发问题
10