'Intent cannot be resolved to a type' error in eclipse

Viewed 18516

I am programming the first android tutorial in eclipse, and when compiling this code:

Intent intent = getIntent();

it gives the error

Intent cannot be resolved to a type

How do I fix it?

1 Answers
Related