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?
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?