码迷,mamicode.com
首页 > 移动开发 > 详细

android AlertDialog 错误 OnClickListener 报错

时间:2015-06-26 17:48:40      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:

 

 写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()

android AlertDialog 错误 OnClickListener 报错

标签:

原文地址:http://www.cnblogs.com/anarki1234/p/4602529.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!