gpt4 book ai didi

android - 应用程序崩溃 : Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent

转载 作者:行者123 更新时间:2023-12-05 04:24:23 28 4
gpt4 key购买 nike

将 targetsdk 版本更新到 31 后,应用程序在未决 Intent 上出现错误。我已经更新了所有待处理的 Intent ,然后运行该应用程序。但是该应用程序现在因此错误而崩溃

Caused by: java.lang.IllegalArgumentException: fm.iono.p953: TargetingS+ (version 31 and above) requires that one of FLAG_IMMUTABLE orFLAG_MUTABLE be specified when creating a PendingIntent.Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. ifit needs to be used with inline replies or bubbles.

但应用程序崩溃的行如下:

val gmsTracker = GoogleAnalytics.getInstance(context).newTracker(gmsId)

请看下面的截图。我用蓝色突出显示了应用程序崩溃的那一行。从 logcat 中您可以看到错误。不确定为什么应用程序在没有可用的未决 Intent 的行上崩溃:)

enter image description here

任何帮助将不胜感激

最佳答案

确保您使用的是最新版本的 Google Analytics 依赖项。它显然正在设置 PendingIntent,只有 Google Analytics 的开发人员才能更改该行为。

关于android - 应用程序崩溃 : Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73502543/

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