Eclipse package explorer project structure failed

57 views Asked by At

After I left my Computer in standby, Eclipse (Android SDK Plugin) told me that it cannot save the project (because my NAS has to start up). But then I saw the project structure was failed like you can see here. Before it was like this (example from another project). I tried restarting Eclipse and importing the project again. How can I change it back?

1

There are 1 answers

3
Tabrej Khan On

Give a try these steps from menu option:

Project > Clean

once its done build the project

Project > Build All

Hope it fixes your problem.