Android: Figuring out the error in Eclipse with a red exclamation mark

android, compiler-errors

Solution

Go to the Problems tab within eclipse, and a detailed list of any project errors will be available there.

If it's not open, go to: Window > show View > Problems

Problem

When I see a red exclamation mark in Eclipse next to my project name, how do I figure out what the error is? There is no error message. All I get is "Your project contains errors..."

Original source