New to Java, using Eclipse. Except this error I also got some:
Description Resource Path Location Type The method onClick(View) of type new onClickListener
In the button2.setOnClickListener method change
button2.setOnClickListener
new onClickListener()
to
new OnClickListener()