android AlertDialog 错误 OnClickListener 报错

 

 写dialog一直报错

The method setPositiveButton(int, DialogInterface.OnClickListener) in the type AlertDialog.Builder is not applicable for the arguments (String, new   View.OnClickListener(){})

builder.setPositiveButton("Don't Remind", new OnClickListener()

改成

builder.setPositiveButton("Don't Remind", new DialogInterface.OnClickListener()
posted @ 2015-06-26 16:11  疯狂的巴蒂  阅读(455)  评论(0)    收藏  举报