The method setOnClickListener(View.OnClickListener) in the type View is not applicable



开始学习 android 了,学习的是高明鑫老师的android视频教程(android视频教学)。 学到第八讲时, 在写动态设置时报错:

The method setOnClickListener(View.OnClickListener) in the  type View is not applicable for the arguments (new OnClickListener(){})


解决方法:

增加一个导入

import android.view.View.OnClickListener; 

posted on 2014-10-10 16:48  anyuan9  阅读(227)  评论(0编辑  收藏  举报

导航