我收到错误:
Errors occurred during the build.
Errors running builder 'Android Resource Manager' on project 'DashboardActivity'.
java.lang.NullPointerException
和
[2013-09-02 17:55:31 - DashboardActivity] Project has no project.properties file! Edit the project properties to set one.
和
Description Resource Path Location Type
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files UserFunctions.java /DashboardActivity/src/libary line 1 Java Problem
和
Description Resource Path Location Type
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 DashboardActivity Unknown Java Problem
我已经尝试过清理项目,但我得到了同样的错误。只有“DashboardActivity”项目是出现此错误的项目,而我的其他项目工作正常。在我的属性 Order and Export 部分中,有一部分说“无法获取此项目的系统库”我知道这里应该有一个正确的 android.jar 文件,但我没有看到。
此外,当我单击它时,android 工具“修复项目属性”根本不执行任何操作。
我也有 AndroidManifest.xml 文件。
自从我第一次去清理我的项目以来,它也创建了文件“proguard-project.txt”。
我能做些什么来解决这个问题?提前致谢!
注意:现在我无法访问 gen 文件夹或 bin 文件夹(没有小号 + 可供我单击以打开它),现在它说 R 无法解析为变量)???