This error occurs in setContentView line in this code snippet:
/** Called when the activity is first created. */ @Override public void onCreate(Bundle savedI
Also try: add
import your.application.packagename.R;
and run: eclipse->project->clean..
The error should be gone.