Pow
Pow

Reputation: 1367

Eclipse does not show error in the packages

I'm trying to build an android application. It was working fine, but when I built the app it showed a red cross sign in the project name (meaning there is an error). But when I open the packages with all source files it does not show any red cross signs with any of them. I tried to cleaning the project and copy it again in workspace but none of that worked.

Do you have any suggestions?

Upvotes: 0

Views: 344

Answers (2)

lobster1234
lobster1234

Reputation: 7779

Go to Window -> Show View -> Problems. It'll open up a tab showing exactly whats wrong with the project.

Upvotes: 3

James-Jesse Drinkard
James-Jesse Drinkard

Reputation: 15703

Sometimes things get cached by Eclipse and it exhibits strange behavior. I would try shutting down eclipse and start it back up again with the -clean option. That should fix the problem.

If not, shut your pc down and let it sit approx. 45 seconds and clear out all the memory. Then restart and bring up Eclipse again.

Upvotes: 0

Related Questions