gpt4 book ai didi

android - Notification.Builder 类型未定义方法 build()

转载 作者:行者123 更新时间:2023-11-29 14:24:54 25 4
gpt4 key购买 nike

错误:Notification.Builder 类型未定义方法 build()

我已经添加了 android-support-v4.jar 仍然有错误?

Notification notification = new Notification.Builder(context)
.setContentText(message)
.setContentTitle(context.getString(R.string.app_name))
.setSmallIcon(icon)
.setWhen(when)
.setContentIntent(intent).build();

最佳答案

我猜你的 android-support-v4.jar 太旧了。 build() 大约在一年前添加,但在 Android 支持包首次发布之后很久。

确保您在 SDK 管理器中下载了最新的 Android 支持包,然后从 extras/ 目录中复制最新的 android-support-v4.jar您的 SDK 到您的项目中。

关于android - Notification.Builder 类型未定义方法 build(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19635081/

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