我已经在 Android 上开发了大约两个月了。昨天,我的日食开始给我错误:
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'C:\android-sdks\platform-tools\adb.exe' and can be executed.
所以我按照此处的步骤重新启动 adb 。
Eclipse 现在给了我:
Android Launch!
adb is running normally.
但是,没有检测到我的手机。我有一个运行 Android 2.3.4 库存的 Galaxy S2 和一个运行 4.0.3 的 S2。两者都没有被检测到。在我的家用电脑上,两者都可以在 Eclipse 中正常工作。
我已经尝试重新启动我的笔记本电脑,甚至尝试杀死 adb 和 eclipse 并重试上述步骤。但它仍然不会检测到我的手机。我的模拟器工作正常。值得注意的是,severe error has occurred
当我重新启动笔记本电脑时,它似乎又回来了。