我已经用SDK 2.2将HTC Comet连接到Eclipse。我进行调试构建-应用程序无法运行;尽管它确实已安装在设备上。在设备上,我在彗星屏幕上看到此消息框
等待调试器
应用程序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.
该应用程序可以在模拟器中正常运行-请帮助-我在这里缺少什么?有任何提示/建议吗?谢谢