Environment:
的Android庫項目清理和重建有問題
IDE: Eclipse IDE for Java Developers 3.7.1
Plugin: ADT 14.0.0.v2011101719
Host: Fedora 13
JDK: 1.6.0_21
Eclipse中似乎有問題,清理和重建項目,當至少一個項目是一個Android庫項目,另一個是Android項目依賴於庫項目。
我建立這個應用。我得到了一些四個錯誤說法如下:
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
誰能知道這個問題?如果能以任何方式解決?
你檢查了你的JDK版本嗎? – Lucifer
你檢查了沒有問題的JDK版本 – Rizvan
好的,你的項目是否包含項目庫路徑中的Android庫? – Lucifer