Cannot find symbol class onClickListener
It should be new View.OnClickListener()
instead of new Button.onClickListener()
OnClickListener
with a capital O.
It should be new View.OnClickListener()
instead of new Button.onClickListener()
OnClickListener
with a capital O.