views:

53

answers:

1

Hi All,

I am facing a weird problem in eclipse.

I am doing a project on android. After some minute modifications, I suddenly noticed the project icon has a small red cross icon. However, no other file/package/folder is showing this icon. I am not sure where the error is and how to solve it.

Can anyone please help me out ? Thanks.

-ahsan

+2  A: 

Usually it means that there's a path error, eg. one jar referenced in the project cannot be found.

Use the 'problems' view to get more details

Guillaume
Also, it might mean some stagnant error in the problems view that needs to be deleted !!!
Ahsan