【问题标题】:FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube on pre launch google play console致命例外:Firebase-Messaging-Intent-Handle 进程:com.google.android.youtube 在预启动 google play 控制台上
【发布时间】:2021-02-20 16:23:14
【问题描述】:

我正在将我的应用程序的新版本上传到内部测试阶段,我看到与 FirebaseMessagingService 和 Youtube 相关的错误,我确实与 FirebaseMessagingService 集成,但实现是最新的。 Google 执行的自动测试结果显示如下:

FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 27648
java.lang.NoClassDefFoundError: aewt
    at aewu.b(PG:1)
    at duc.a(PG:230)
    at duc.get(PG:247)
    at aevw.b(PG:1)
    at dud.al(PG:5)
    at dud.aw(PG:4)
    at dud.bg(PG:8)
    at duc.a(PG:232)
    at duc.get(PG:247)
    at afke.a(PG:1)
    at aeri.b(PG:1)
    at dud.fv(PG:4)
    at duc.c(PG:269)
    at duc.get(PG:247)
    at amfk.a(PG:1)
    at eiu.K(PG:5)
    at dud.fV(PG:7)
    at duc.d(PG:334)
    at duc.get(PG:247)
    at com.google.android.apps.youtube.app.common.notification.FcmMessageListenerService.b(PG:1)
    at com.google.firebase.messaging.FirebaseMessagingService.g(PG:53)
    at avgp.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
    at usj.run(PG:2)
    at java.lang.Thread.run(Thread.java:831)

在我的 build.gradle(模块:应用程序)上,我有以下内容:

    //Firebase
    implementation platform('com.google.firebase:firebase-bom:25.12.0')
    implementation 'com.google.firebase:firebase-analytics'
    implementation 'com.google.firebase:firebase-ads'
    implementation 'com.google.firebase:firebase-messaging'
    implementation 'com.google.firebase:firebase-storage'
    implementation 'com.google.firebase:firebase-auth'
    implementation 'com.google.firebase:firebase-crashlytics'
    implementation 'com.google.firebase:firebase-analytics'
    implementation 'com.firebaseui:firebase-ui-storage:6.2.1'

我正在根据文档实施一切

【问题讨论】:

  • 我认为这可能只是测试设备的问题,我看到日志并且错误发生的时间与应用程序开始运行的时间不匹配。错误显示在 11-08 06:57:29.438 但应用程序直到 11-08 06:59:08 才启动

标签: java android firebase firebase-cloud-messaging prelaunch


【解决方案1】:

这似乎是谷歌设备上的问题,解决方法是等待他们修复它。有关详细信息,请参阅以下问题:

Link

【讨论】:

    猜你喜欢
    • 2021-02-24
    • 1970-01-01
    • 1970-01-01
    • 2022-11-15
    • 1970-01-01
    • 1970-01-01
    • 2017-05-21
    • 2019-01-20
    • 1970-01-01
    相关资源
    最近更新 更多