The method onClick(View) of type oddg must override a superclass method?

后端 未结 7 1566
逝去的感伤
逝去的感伤 2021-02-19 04:23

I am occurring error like:

\"The method onClick(View) of type oddg must override a superclass method\".

I am confused where exact

7条回答
  •  既然无缘
    2021-02-19 05:08

    If you are using android studio , you can also override your method by pressing ctrl+O or just go to code-> Overide and override appropriate method . It will automatically override your method .

提交回复
热议问题