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

后端 未结 7 1576
逝去的感伤
逝去的感伤 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:14

    "RoflcoptrException" is right! You shoud set java compiler to 1.6 Project properties -> Java compiler ->1.6

提交回复
热议问题