【发布时间】:2010-02-14 04:13:31
【问题描述】:
我正在运行 Windos 7 和 Eclipse 3.5,但我不知道为什么我不断收到此错误。当我尝试运行它给我的程序时:
[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:\Users\Mohit\Documents\AndroidSDK\tools\adb.exe' and can be executed.
我什至尝试以管理员身份运行 Eclipse 和 adb.exe。到底是怎么回事?我该如何解决这个问题并开始制作 Android 应用?
【问题讨论】:
-
我正在运行 Win7,它在这里运行良好 - 因此不是 win7 问题,而是您的系统的配置问题。您是否检查过 add.exe 位于 C:\Users\Mohit\Documents\AndroidSDK\tools\adb.exe ?
标签: android eclipse windows-7 adb