用eclipse写android时类捆绑按钮时那个语句时在 setonclicklistener 处总有错误
myButton.setOnClickListener(newMyButtonListener());告诉我错误如下ThemethodsetOnClickListener...
myButton.setOnClickListener(new MyButtonListener());
告诉我错误如下The method setOnClickListener(View.OnClickListener) in the type View is not applicable for the arguments (Activity_02Activity.MyButtonListener) 展开
告诉我错误如下The method setOnClickListener(View.OnClickListener) in the type View is not applicable for the arguments (Activity_02Activity.MyButtonListener) 展开
展开全部
你的MyButtonListener继承的哪个类?是View.OnClickListener么?
更多追问追答
追问
class MyButtonListener implements OnClickListener {
public void onClick(DialogInterface arg0, int arg1) {
// TODO Auto-generated method stub
Intent intent = new Intent();
intent.setClass(Activity_02Activity.this, otherActivity.class);
Activity_02Activity.this.startActivity(intent);
}} 就是这样的
追答
你这个OnClickListener是import android.view.View.OnClickListener;
还是import android.content.DialogInterface.OnClickListener;
你看看你的import部分
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询