今天在网上下载了一个源代码,导入Eclipse后出现错误:The method onClick(View) of type new View.OnClickListener(){} must override a superclass 在网上查询后发现是JDK版本的问题。 解决办法: Project---->Properties---->javaCompiler中的Complier comp
报错一:The type new DialogInterface.OnClickListener(){} must implement the inherited abstract method DialogInterface.OnClickListener.onClick(DialogInterface, int) 或 报错二:The type new View.OnClickListen