首页 > 其他 > 详细

The method setProgress(int, int, boolean) is undefined for the type NotificationCompat.Builder

时间:2015-08-06 17:00:37      阅读:339      评论:0      收藏:0      [点我收藏+]

原文提示错误:

The method setProgress(int, int, boolean) is undefined for the type NotificationCompat.Builder


错误原因:

使用了低版本的v4支持包


解决办法:

网上下载一个新的v4包,或者到较新的SDK目录下拷贝,路径为"SDK路径\extras\android\support\v4"

技术分享

版权声明:本文为博主原创文章,未经博主允许不得转载。

The method setProgress(int, int, boolean) is undefined for the type NotificationCompat.Builder

原文:http://blog.csdn.net/u012964796/article/details/47317101

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!