我使用 SDK 2.2 将 HTC Comet 连接到 Eclipse。我做了一个调试版本——应用程序没有运行;虽然它确实安装在设备上。在设备上,我在 Comet 屏幕上收到此消息框
等待调试器
应用程序 HunyDew(进程 com.airvine.hunydew)正在等待调试器附加。
[强制关闭]
而在 Eclipse 控制台中,我收到了这些消息集
[2010-12-07 01:42:29 - hunydewprj] Android Launch!
[2010-12-07 01:42:29 - hunydewprj] adb is running normally.
[2010-12-07 01:42:29 - hunydewprj] Performing com.airvine.hunydew.HunyDewAAStartsHere activity launch
[2010-12-07 01:42:47 - hunydewprj] Application already deployed. No need to reinstall.
[2010-12-07 01:42:47 - hunydewprj] Starting activity com.airvine.hunydew.HunyDewAAStartsHere on device 308730C861BC
[2010-12-07 01:42:49 - hunydewprj] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.airvine.hunydew/.HunyDewAAStartsHere }
[2010-12-07 01:42:49 - hunydewprj] Attempting to connect debugger to 'com.airvine.hunydew' on port 8601
[2010-12-07 01:43:09 - hunydewprj] Launch error: Failed to connect to remote VM. Connection timed out.
该应用程序在模拟器中运行良好 - 请帮助 - 我在这里缺少什么?任何提示/建议?谢谢