摘要:
1.看看project -- Build Automatically有没有勾上?如果没有,勾上以后,clean一下,重启eclipse;2.看看你的lib里面有没有不用的jar包,看你的.classpath文件中有没有错误的路径;3.这是最重要的一点,有problems视图中查看有没有关于本项目的错误信息,一般都会有这样的话: The project cannot be built until build path errors are resolved 然后下面提示unbound classpath, 一般在.classpath中删除这些path就可以了;*4. 安装Tomcat后,确保{t 阅读全文
摘要:
You’ve just installed Eclipse , and attempted to create your first Android Application. When clicking create, you see an error similar to this: "Error: Unable to open class file R.java" 如果出现 “Error: Unable to open class file R.java No such file or directory”。 Solution:解决方法: The “Build Path 阅读全文