eclise -The method onClick(View) of type new View.OnClickListener(){} must override a superclass method 在做arcgis android开发的时候,突然遇到这种错误,The method onClick(View) of type new View.OnClickListener(){} mus

eclise -The method onClick(View) of type new View.OnClickListener(){} must override a superclass method

 

在做arcgis android开发的时候,突然遇到这种错误,The method onClick(View) of type new View.OnClickListener(){} must override a superclass method.

,解决方案是将 eclipse制定版本从1.7改为1.6即可.

在 eclipse中,windows->references->java->java compiler中设置.,这种问题一般出现在常常在刚导入的项目中。

posted @ 2019-06-28 08:43  星月星辰  阅读(226)  评论(0)    收藏  举报