【发布时间】:2013-07-16 12:23:33
【问题描述】:
我想做什么,他做什么:Android Notification at time 但是在我的 AlarmReceiver 类中,我遇到了一个错误:NotificationCompat.Builder 类型的方法 build() 未定义,位于:mNotificationManager.notify(1, mBuilder.build());
在android开发者网站有类似的代码,但出现同样的错误(http://developer.android.com/training/notify-user/build-notification.html)。
非常感谢任何帮助。
【问题讨论】:
标签: android android-intent notifications alarmmanager