This error occurs in setContentView line in this code snippet:
/** Called when the activity is first created. */ @Override public void onCreate(Bundle savedI
Make sure you don't have this in your imports:
import android.R;
but:
import your.application.packagename.R;