Multiple markers at this line - implements android.view.View.OnClickListener.onClick - The method on

这是一个总遇到的问题,在这里记下来

Multiple markers at this line - implements android.view.View.OnClickListener.onClick - The method on

Multiple markers at this line

- implements android.view.View.OnClickListener.onClick
- The method onClick(View) of type new View.OnClickListener(){} must 

override a superclass method


这是什么原因呢?

jdk版本太低,有些方法不能使用,所以只要将将jdk版本调到1.6以上就OK了!!

Window-Preferences

Multiple markers at this line - implements android.view.View.OnClickListener.onClick - The method on


选中框中的地方改下jdk就行了!!