Android库项目清理和重建存在问题

时间:2012-01-23 06:13:34

标签: java android eclipse

Environment:

IDE: Eclipse IDE for Java Developers 3.7.1
Plugin: ADT 14.0.0.v2011101719
Host: Fedora 13 
JDK: 1.6.0_21


当至少一个项目是Android库项目时,Eclipse似乎在清理和重建项目时遇到问题,而另一个项目是依赖于库项目的Android项目。

我构建了这个应用程序CSipSimple。我得到了四个错误,如下所示:

The container 'Library Projects' references non existing library
'/bin/com_actionbarsherlock.jar'

The project cannot be built until build path errors are resolved

The project was not built since its build path is incomplete. 
Cannot find the class file for java.lang.Object. Fix the build
path then try building this project

The type java.lang.Object cannot be resolved. It is indirectly 
referenced from required .class files

任何人都知道这个问题吗?如果能以任何方式解决?

1 个答案:

答案 0 :(得分:1)

好的,试试这些步骤,

转到“项目”菜单,选择“属性”。 将出现一个对话框,在该对话框中,从左侧选择Android选项,现在在右侧选择您正在开发的Android版本。

现在再次清洁&建立项目。