I am getting the following errors when I try to load an Android project in Eclipse that was working just fine last week. Any ideas?
[2012-03-16 09:29:43 - My
This happens because your .classpath file got wiped out somehow. This file contains all the information from the Java Build Path tab under Project Properties. You could add in all information manually but there's an easier way of fixing this problem.
If you have a copy of the .classpath file on your machine, you can just copy and paste it into your project directory.