我正在使用我的HTC Desire Z在Eclipse中进行Android项目和调试/测试.当我开始收到此错误时,我正在为我的应用程序构建一个菜单,这使我无法继续.很多人都有这个错误,但我找到的解决方案都没有对我有用.我尝试清理并重建项目,手动从手机中卸载应用程序,并在清单文件中重命名域.对于使用模拟器的人,他们谈到了删除数据文件,但我不确定在使用真实手机时这会转化为什么.
这是我尝试构建时的控制台:
[2011-08-09 06:57:13 - GreenThumbs] Android Launch!
[2011-08-09 06:57:13 - GreenThumbs] adb is running normally.
[2011-08-09 06:57:13 - GreenThumbs] Performing com.hernblog.GreenThumbs.GreenThumbs activity launch
[2011-08-09 06:57:13 - GreenThumbs] Automatic Target Mode: using device 'HT0ANRV03417'
[2011-08-09 06:57:13 - GreenThumbs] Uploading GreenThumbs.apk onto device 'HT0ANRV03417'
[2011-08-09 06:57:13 - GreenThumbs] Installing GreenThumbs.apk...
[2011-08-09 06:57:16 - GreenThumbs] Success!
[2011-08-09 06:57:17 - GreenThumbs] Starting activity com.hernblog.GreenThumbs.GreenThumbs on device HT0ANRV03417
[2011-08-09 06:57:19 - GreenThumbs] New package not yet registered with the system. Waiting 3 …Run Code Online (Sandbox Code Playgroud) 我想要一本事件词典,到目前为止我都有
private Dictionary<T, event Action> dictionaryOfEvents;
Run Code Online (Sandbox Code Playgroud)
有可能做这样的事吗?