gpt4 book ai didi

android - 08-28 NoClassDefFoundError NotificationBuilder

转载 作者:太空宇宙 更新时间:2023-11-03 13:31:46 26 4
gpt4 key购买 nike

我正在使用构建器类创建通知并使用 android 4.1 版本(API 级别 16)。但是应用程序正在生成异常08-28 12:39:00.321: E/AndroidRuntime(2311): java.lang.NoClassDefFoundError: android.app.Notification$Builder已导入必要的包。

Notification.Builder notification = new Notification.Builder(this);
notification.setSmallIcon(R.drawable.ic_launcher);
notification.setTicker("My Notification");
notification.setContentInfo("New event");
mgr.notify(123, notification.build());

代码有什么问题吗?提前致谢

最佳答案

您需要在 API 级别 >= 11 的设备/模拟器上运行应用程序才能使用 Notification.Builder类。

关于android - 08-28 NoClassDefFoundError NotificationBuilder,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12155810/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com