This error occurs in setContentView line in this code snippet:
/** Called when the activity is first created. */ @Override public void onCreate(Bundle savedI
I have removed the following line and it worked for me.
import android.R;