您的位置:首页 > 编程语言 > Java开发

New package not yet registered with the system 解决方法

2011-11-15 18:05 471 查看
[2011-11-15 17:58:58 - Compass_CGH] Starting activity com.cgh.CompassCGH on device M9W1B00BKARKQW0174

[2011-11-15 17:58:58 - Compass_CGH] New package not yet registered with the system. Waiting 3 seconds before next attempt.

[2011-11-15 17:58:58 - Compass_CGH] ActivityManager: Error: Activity class {com.cgh/com.cgh.CompassCGH} does not exist.

[2011-11-15 17:59:01 - Compass_CGH] Starting activity com.cgh.CompassCGH on device M9W1B00BKARKQW0174

[2011-11-15 17:59:01 - Compass_CGH] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.cgh/.CompassCGH }

[2011-11-15 17:59:01 - Compass_CGH] ActivityManager: Error type 3
[2011-11-15 17:59:01 - Compass_CGH] ActivityManager: Error: Activity class {com.cgh/com.cgh.CompassCGH} does not exist.

 

解决方案: Try this Project->Clean in eclipse, and the deploy it again. 

转载:http://blog.csdn.net/leilu2008/article/details/6308757
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  system eclipse class
相关文章推荐