firebase / quickstart-unity

Firebase Quickstart Samples for Unity
https://firebase.google.com/games
Apache License 2.0
826 stars 428 forks source link

java.lang.NoClassDefFoundError: aewt #861

Closed programming2012 closed 3 years ago

programming2012 commented 3 years ago

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the issue here:

The Build is success. And then I upload to Google Play Console, In Test report , there are two devices has report the error.

Steps to reproduce:

On device Huawei P8 青春版: FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 25323 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)

On device Nokia Nokia 1: FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 16634 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:7) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at usj.run(PG:2) at java.lang.Thread.run(Thread.java:764) Caused by: java.lang.ExceptionInInitializerError 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 duc.a(PG:174) at duc.get(PG:247) at aeqv.a(PG:6) at acpw.b(PG:2) at dxe.a(PG:8) at dus.onCreate(PG:41) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1119) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5767) at android.app.ActivityThread.-wrap1(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1680) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6523) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:857) Caused by: dkp: libelements.so at dks.c(PG:52) at dkq.a(PG:6) at duv.a(Unknown Source:8) at avlz.f(PG:8) at avlz.e(PG:5) at avlz.a(PG:1) at wqq.a(PG:1) at aewt.(PG:1) ... 21 more

Relevant Code:

If i do not use the follow code , only Huawei P8 青春版 get error.

[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterSceneLoad)] private static void InitFirebase() { Firebase.FirebaseApp.CheckAndFixDependenciesAsync().ContinueWith(task => { var dependencyStatus = task.Result; if (dependencyStatus == Firebase.DependencyStatus.Available) { Firebase.Analytics.FirebaseAnalytics.SetAnalyticsCollectionEnabled(true); } else { string error = System.String.Format( "Could not resolve all Firebase dependencies: {0}", dependencyStatus); Log.Write(error); // Firebase Unity SDK is not safe to use here. } }); }

// TODO(you): code here to reproduce the problem
[logcat_HuaweiP8.txt](https://github.com/firebase/quickstart-unity/files/5506148/logcat_HuaweiP8.txt)
[logcat_NokiaNokia1.txt](https://github.com/firebase/quickstart-unity/files/5506149/logcat_NokiaNokia1.txt)
grolschie commented 3 years ago

People are getting this same problem with the Nokia 1 and Huawei P8 青春版, without using any Firebase libraries. Please see: https://stackoverflow.com/questions/64706041/fatal-exception-firebase-messaging-intent-handle-java-lang-noclassdeffounder

GyuriMajercsik commented 3 years ago

We are experiencing this issue and cannot upgrade the application on Playstore...

atrodriguez88 commented 3 years ago

Same issuer .... and I cant Resume Track on Open Testing

dmitrymal commented 3 years ago

We also have the same issue with Huawei P8 青春版 and Nokia Nokia 1. From the Play Console pre-launch video, it appears that the crash happens randomly without any input from the user.

We are confused with the Process name which states this for each of the crash:
Process: com.google.android.youtube This is not our process/app. Why is it causing our App to crash? Any suggestions/work arounds?

Below are the stack traces (which are slightly different through)

Huawei P8 青春版:

FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 28021 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)

Nokia Nokia 1:

FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 16465 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:7) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at usj.run(PG:2) at java.lang.Thread.run(Thread.java:764) Caused by: java.lang.ExceptionInInitializerError 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 duc.a(PG:174) at duc.get(PG:247) at aeqv.a(PG:6) at acpw.b(PG:2) at dxe.a(PG:8) at dus.onCreate(PG:41) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1119) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5767) at android.app.ActivityThread.-wrap1(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1680) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6523) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:857) Caused by: dkp: libelements.so at dks.c(PG:52) at dkq.a(PG:6) at duv.a(Unknown Source:8) at avlz.f(PG:8) at avlz.e(PG:5) at avlz.a(PG:1) at wqq.a(PG:1) at aewt.(PG:1) ... 21 more

https://www.companova.com/

Working4u commented 3 years ago

I face the same problem! Does anybody have a workaround?

0x079 commented 3 years ago

Ran into the same problem: Huawei P8 青春版, 720x1280, Android 5.0 (SDK 21), 2,048 MB, ARM64_V8, en_US

java.lang.NoClassDefFoundError: aewt FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 25984 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)

GyuriMajercsik commented 3 years ago

I face the same problem! Does anybody have a workaround?

As a temporary solution we increased the minimum SDK version to 22 to force skipping the faulty devices.

NadyaRnV commented 3 years ago

Yep, same problem here! Nokia Nokia 1 480x854 Android 8.1 (SDK 27)

FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 16483 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:7) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at usj.run(PG:2) at java.lang.Thread.run(Thread.java:764) Caused by: java.lang.ExceptionInInitializerError 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 duc.a(PG:174) at duc.get(PG:247) at aeqv.a(PG:6) at acpw.b(PG:2) at dxe.a(PG:8) at dus.onCreate(PG:41) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1119) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5767) at android.app.ActivityThread.-wrap1(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1680) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6523) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:857) Caused by: dkp: libelements.so at dks.c(PG:52) at dkq.a(PG:6) at duv.a(Unknown Source:8) at avlz.f(PG:8) at avlz.e(PG:5) at avlz.a(PG:1) at wqq.a(PG:1) at aewt.(PG:1) ... 21 more

Working4u commented 3 years ago

I face the same problem! Does anybody have a workaround?

As a temporary solution we increased the minimum SDK version to 22 to force skipping the faulty devices.

Thank you, but the error appears at Huawei P8 (SDK21), bu also Nokia 1 (SDK27), so I don't think the minimum SDK 22 will fix this. What Target API Level did you use?

image

jinpang commented 3 years ago

Same issuer. Huawei P8 青春版 720x1280 Android 5.0 (SDK 21) 2,048 MB ARM64_V8 en_US

image

teekamsuthar commented 3 years ago

Similar prelaunch errors referring to youtube and firebase messaging for my app as well. (The app doesn't even require internet permission to work!?)

tianzexin commented 3 years ago

堆栈轨迹 java.lang.NoClassDefFoundError: aewt FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 28016 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) 测试期间在 1 台设备上检测到此问题 Huawei P8 青春版 720x1280 Android 5.0 (SDK 21) 2,048 MB ARM64_V8 vi_VN

We have the same problem. Has anyone solved it?

NadyaRnV commented 3 years ago

And it seems to me, that that problem is kinda breaking whole pre-launch report. Normally it takes about hour and has 11-12 devices. But today it was only 4 and that buggy Nokia 1 was last. Nasty.

GyuriMajercsik commented 3 years ago

I face the same problem! Does anybody have a workaround?

As a temporary solution we increased the minimum SDK version to 22 to force skipping the faulty devices.

Thank you, but the error appears at Huawei P8 (SDK21), bu also Nokia 1 (SDK27), so I don't think the minimum SDK 22 will fix this. What Target API Level did you use?

The target version is 29.

It fixed for us. We noticed that is not always crashing on Nokia 1 so this was the reason why increased the minimum version.

image

We also updated all of the plugins and libraries to the latest versions.

lisichka999 commented 3 years ago

Same here, for Nokia and Huawai(We don't support this devices anyway). In this release I updated target and compile sdk to 29? May be this can the reason for failure?

manohar-octifi commented 3 years ago

Same here, for Nokia and Huawai(We don't support this devices anyway). In this release I updated target and compile sdk to 29? May be this can the reason for failure?

@lisichka999 We have updated target and compile SDK to 29 in the last release haven't faced the issue

teekamsuthar commented 3 years ago

So I ran a custom test on both Nokia 1 and Huawei p8 in the firebase test lab. I am enclosing the portions of logcat wherever this error is referenced(~21 times). I hope someone would be able to make some sense out of it. Please have a look at these.

nokia 1 logcat prelaunch report crash.txt huawei p8 logcat prelaunch report crash.txt

PatrykMCoder commented 3 years ago

It is funny because I got this bug when I had support for Android 5.0 (Nokia and Huawei got this error) When change minimum SDK wersion to 23 this problem not reproduce. But when I was upload new version of application this problem come back on Android 8.1 (Nokia)... (But the way - I don't use Firebase library)

MahmoudMabrok commented 3 years ago

Hope google solve that issue

cynthiajoan commented 3 years ago

Hi all, sorry that you are experiencing this issue and we are looking into what's going on and how to fix this. Please stay tuned.

scrapecoder commented 3 years ago

facing same issue

PatrykMCoder commented 3 years ago

New situation with new version app: I have targetSDK on 30 and compileSDK on 30 and consoles don't show me error about it It's really strange

tarsissantiago commented 3 years ago

Same problem, Nokia Nokia 1 and Huawei P8 青春版 devices

FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 16323 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:7) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at usj.run(PG:2) at java.lang.Thread.run(Thread.java:764) Caused by: java.lang.ExceptionInInitializerError 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 duc.a(PG:174) at duc.get(PG:247) at aeqv.a(PG:6) at acpw.b(PG:2) at dxe.a(PG:8) at dus.onCreate(PG:41) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1119) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5767) at android.app.ActivityThread.-wrap1(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1680) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6523) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:857) Caused by: dkp: libelements.so at dks.c(PG:52) at dkq.a(PG:6) at duv.a(Unknown Source:8) at avlz.f(PG:8) at avlz.e(PG:5) at avlz.a(PG:1) at wqq.a(PG:1) at aewt.<clinit>(PG:1) ... 21 more

grolschie commented 3 years ago

This issue has nothing to do with Unity. Others not using Unity are having the exact same issue. It's a problem in the Pre-Launch Reports and is not related to your code.

williamgurzoni commented 3 years ago

How did you figure out I am using unity when I use libgdx? And I have received the message through pre launch report.

I can confirm that it's not related with Unity. I'm having the same issue and my app is just React Native, we use Firebase SDK for Analytics, Auth and Firestore.

Actually, has anyone tried this approach? I didn't yet, but seems promising.

JohanStolk commented 3 years ago

Same problem: Huawei P8 青春版

FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 26355 java.lang.NoClassDefFoundError: aewt

(Using LibGDX also)

tttodorov13 commented 3 years ago

I received the same error on Google Play Console Pre-launch report. I have fixed it by adding to module build.gradle file: ... dependencies { ... def multidex_version = "2.0.1" implementation 'androidx.multidex:multidex:$multidex_version' ... } ...

alexandrumos5 commented 3 years ago

How did you figure out I am using unity when I use libgdx? And I have received the message through pre launch report.

I can confirm that it's not related with Unity. I'm having the same issue and my app is just React Native, we use Firebase SDK for Analytics, Auth and Firestore.

Actually, has anyone tried this approach? I didn't yet, but seems promising.

I tried that, but for me is still reproducible. Nevertheless, it created a new instability error.

alexandrumos5 commented 3 years ago

I received the same error on Google Play Console Pre-launch report. I have fixed it by adding to module build.gradle file: ... dependencies { ... def multidex_version = "2.0.1" implementation 'androidx.multidex:multidex:$multidex_version' ... } ...

Just tested it, and for me is still reproducible.

JohanStolk commented 3 years ago

I received the same error on Google Play Console Pre-launch report. I have fixed it by adding to module build.gradle file: ... dependencies { ... def multidex_version = "2.0.1" implementation 'androidx.multidex:multidex:$multidex_version' ... } ...

Just tested it, and for me is still reproducible.

Same here, tested this suggestion but no improvements in my case... :-/

grolschie commented 3 years ago

multidex isn't relevant for Android 5.0 (API 21) onwards. Please see: https://developer.android.com/studio/build/multidex

thanhzusu commented 3 years ago

I got the same issue on pre-launch report

FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 28331 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)

alexandrumos5 commented 3 years ago

Google accepted my app with this error. It wen't live. So it may be something on their side. If I get some more explicit logs in production I will let you know.

mbibas commented 3 years ago

Is it safe just ignore it?

Jintin commented 3 years ago

Same error, but I'm wondering how come the crash is from youtube and affect the test?

Process: com.google.android.youtube, PID: 26795
williamgurzoni commented 3 years ago

Hello @cynthiajoan, do you have any updates about what's causing the issue? Thank you. Cheers

lucbloom commented 3 years ago

Chiming in: we just had the same error on an app that runs on our in-house C++ engine. Can confirm it's not Unity. Will try rolling our nonetheless.

JohanStolk commented 3 years ago

Google accepted my app with this error. It wen't live. So it may be something on their side. If I get some more explicit logs in production I will let you know.

My app is now also live so I'd say safe to ignore it.

manohar-octifi commented 3 years ago

I received the same error on Google Play Console Pre-launch report. I have fixed it by adding to module build.gradle file: ... dependencies { ... def multidex_version = "2.0.1" implementation 'androidx.multidex:multidex:$multidex_version' ... } ...

Tried this, now the prelaunch report updated and got crash only on Huawei device Nokia passed the test Weird

mikezliu commented 3 years ago

24 hours in review now due to this error

grolschie commented 3 years ago

The Nokia 1 is no longer having this error. I've changed nothing that would affect this. The Huawei is still having the error though. Nothing to do with multiDex since that is already supported since Android 5.0.

robinBanquo commented 3 years ago

same problem, hope this will be fixed soon

zjamshidi commented 3 years ago

Are you all getting this crash after updating Firebase dependencies?

JohanStolk commented 3 years ago

Are you all getting this crash after updating Firebase dependencies?

I'm not even using Firebase in my project and still have this problem

dmitry-kotorov commented 3 years ago

same problem with flutter app

kraazie commented 3 years ago

I am also facing the same issue in our flutter application. Any workarounds for this ?

JMan7777 commented 3 years ago

Same issue for me on an Xamarin Android app targeting Android 11.

FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 16231
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:7)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
    at usj.run(PG:2)
    at java.lang.Thread.run(Thread.java:764)
Caused by: java.lang.ExceptionInInitializerError
    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 duc.a(PG:174)
    at duc.get(PG:247)
    at aeqv.a(PG:6)
    at acpw.b(PG:2)
    at dxe.a(PG:8)
    at dus.onCreate(PG:41)
    at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1119)
    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5767)
    at android.app.ActivityThread.-wrap1(Unknown Source:0)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1680)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loop(Looper.java:164)
    at android.app.ActivityThread.main(ActivityThread.java:6523)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:857)
Caused by: dkp: libelements.so
    at dks.c(PG:52)
    at dkq.a(PG:6)
    at duv.a(Unknown Source:8)
    at avlz.f(PG:8)
    at avlz.e(PG:5)
    at avlz.a(PG:1)
    at wqq.a(PG:1)
    at aewt.<clinit>(PG:1)
    ... 21 more

Issue first time appeared on Nov. 7th 2020 on Pre-Launch Nokia 1 device.

WillAutioItrax commented 3 years ago

I face the same problem! Does anybody have a workaround?

As a temporary solution we increased the minimum SDK version to 22 to force skipping the faulty devices.

We are at min SDK of 26 and still get the issue.

atrodriguez88 commented 3 years ago

I face the same problem! Does anybody have a workaround?

As a temporary solution we increased the minimum SDK version to 22 to force skipping the faulty devices.

We are at min SDK of 26 and still get the issue.

Same issuer but SDK 27 image

Is this error that this version is not published in the Play Store (beta)?

allexxic commented 3 years ago

Identical problem. Made in Unity