I’m following a Lynda tutorial and trying to implement OnClickListener in my MainActivity class. The problem is I’m getting an error, shown below:

I was wondering if anyone had any insight why there is this error? It seems to work for the Lynda expert, but maybe it’s because the tutorial is a little dated?
Thanks,
Allen
You have to add unimplemented methods of Interface onClickListener in your activity.. Just select first option. Add Unimplemented methods
Eclipse will automatically add
onClick()to your Activity..