Probably, the import
statement is missing. Try pressing Ctrl+Shift+O, Eclipse will automatically add the import statement if missing.
Then look at the top of the file and see what has been added. It should be something like this:
import android.content.Intent;
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…