I have an Android project that I happily built for weeks at Eclipse Indigo. I did not change any settings, libraries or workspace components, nor did I add or delete files . A few hours ago, I did โRun Fromโ to launch my application on the phone, and Eclipse was very hung up. I could not even kill him in the task manager, so I rebooted my computer.
Now, when I try to create my application, I get "The project was not created because its build path is incomplete. Cannot find the class file for java.lang.Object. Correct the build path, then try to create this project"
I removed gen and made clean and built with the same result. In the Properties for Build Path project, the Libraries tab displays
- Android dependencies
- Android private libraries
- Unable to get the system library for the project.
Any idea what is going on? This Eclipse error โthe build path is incompleteโ is very common, but when I look at Qaru and Google, most of the cases seem to involve importing new projects, moving workspaces, changing libraries, or other things that I did not do.
Thanks in advance!
source share