The Play Store automated pre-launch reports are highlighting the following issue:
java.lang.NoClassDefFoundError: aewt
FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 20760
java.lang.NoClassDefFoundError: aewt
Other users have also reported this here
Unsure how to reproduce - the Play store pre-launch report is highlighting the crash affecting the following devices in our cases when the Play stored automated testing takes place for a new release. Presumably this is happening on applicaton launch.
Nothing related to Firebase has changed in this release. The crash was not flagged in earlier pre-launch reports for the previous release.
Nokia 1 - Android 8.1 (SDK 27)
Huawei P8 - Android 5.0 (SDK 21)
Unclear which code is triggering it but it may just be on launching the App and initialising Firebase.
Please also see related issue raised in the Firebase Unity project here and here
Relevant section of build.gradle showing Firebase component versions:
implementation 'com.google.firebase:firebase-crashlytics:17.2.2'
implementation 'com.google.firebase:firebase-crashlytics-ndk:17.2.2'
implementation 'com.google.firebase:firebase-perf:19.0.9'
implementation 'com.google.firebase:firebase-core:17.5.1'
implementation 'com.google.firebase:firebase-messaging:20.3.0'
I found a few problems with this issue:
Is it possible that this is an issue affecting the pre-launch reports only and may not occur for production users once the App is released via the Play Store?
Exactly same issue am having. I am currently using Xamarin, the weird thing is i get same error in my play store report when i create a blank project using Xamarin on vs 2019, so i am quite certain the problem is not from my code.
I am facing the same issue, it happened on Nokia 1 when passing Google Play beta-version testing process, by the way, I still have testing results from Nokia 1 with screen video and on the video my app is working fine.
Also started seeing this error on Nov 6th on my google pre launch report.
See comment here in the unity sdk repo for essentially the same issue
Hi all, sorry that you are experiencing this issue and we are actively looking into what's going on and how to fix this. Please stay tuned.
@julianD77 I am not sure that it is somehow connected to unity, because I use LibGDX for my projects and still have the same issue, and I hope that this is related only to pre-launch reports and will not affect real users
Hello all,
in my case it was related to using of
com.google.android.gms.ads.MobileAds;
com.google.android.gms.ads.initialization.InitializationStatus;
com.google.android.gms.ads.initialization.OnInitializationCompleteListener;
I am facing this issues on pre-launch reports. My question is, do you run ads into your application? I have a feeling that this is related to that. when it want's to run a video ad, then this error appears.
I am facing this issues on pre-launch reports. My question is, do you run ads into your application? I have a feeling that this is related to that. when it want's to run a video ad, then this error appears.
Check my comment above
I am facing this issues on pre-launch reports. My question is, do you run ads into your application? I have a feeling that this is related to that. when it want's to run a video ad, then this error appears.
I don't use ads. I think it's related with Google/Firebase authentication.
I am facing same issue. I use ads and Google/Firebase authentication
FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 16246
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
My app went live with this error in pre-launch tests. So it must be something from google side. I'll if I catch this in production. Maybe I would have a better stack trace and find a better solution.
Same problem here, any solution?
I have just submitted an enquiry on this FORMALLY to Play Console Support. Let's see what will be their reply.
Having the same issue here. If anyone gets a solution or workaround please report it.
I'm seeing the same crash in pre-launch report. My app is Android Native, and I have just updated firebase dependencies.
Are you all getting this crash after updating Firebase dependencies?
Hi Zjamshidi,
For your information, I have made a further debugging step:
Hence, it is quite clear that the problem is NOT code-related, and I belive this is a false alarm on the pre-launch report.
Yes I agree with @FireRiver above - it seems to be a false alarm. We are not seeing this same issue occur for real users in Crashlytics after releasing the version for which this error was flagged in a Pre-launch report
My app is also getting this error, and I am not using ads nor analytics nor firebase actually, but I do use google play services for location.
I tend to think this is some problem on Google testing side, and the real problem is that Googles algorithms do not think likewise, so our apps will be penalized in the marketplace.
I am also getting the same error in my pre launch report. It started after Nov 6 submission.
Any leads what to do about this ?
I have a game in review that has this same issue. The crash itself only "occurs" on the Huawei P8 device for me, resulting in a stability error, although the video on the report shows the game running with no visible issue. I am using no ads or any services at all - it's a simple Love2D game. Since it's my first attempt at publishing an app to the Play Store, I'm left lingering in review purgatory with no indication as to what is happening. I contacted Google Play support a few days ago to seek clarification as to whether what seems like a false alarm will prevent my app from being published, but as yet no response.
I can't seem to replicate this problem.
Very strange.
The same error here...
The same here on Samsung Note 4, Android SDK 23
implementation 'com.google.firebase:firebase-messaging:21.0.0'
same error
let minSdkVersion 28 👶
I received this error:
FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 26385
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)
Just in this device:
Huawei P8 青春版, 720x1280, Android 5.0 (SDK 21)
I am not using firebase. This problem is not in my code. I used react-native with expo.
Hello all,
I also have the same issue, and as i checked on the web I could see out of this page that other people too.
FireRiver did you get answer from Google ?
Because for my two last tickets I submitted to them (not on this same topic) I did not get any answer.
For my app, the error on google play pre-launch report is similar to the previously posted:
FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 28146
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)
I don't use FireBase explicitly in my specific app code, thus I guess this error is raised by a dependency or an api used in the app.
However the trace does not give me a clue where this can happen in my app to reproduce it.
Does anybody have an idea to track this ?
for me it was on device:
Huawei P8 青春版
720x1280
Android 5.0 (SDK 21)
2 048 Mo
ARM64_V8
es_ES
Same error
FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 16402
java.lang.NoClassDefFoundError: aewt
Using targetSdkVersion 29
React Native, TargetSdk 29 and only use firebase dependency for push notifications, and have the same error.
I don't know if it is entirely related, but the minimum target android SDK for playstore was increased to 29 on Nov. 2, right around the time people started experiencing these issues.
React Native, TargetSdk 29 and only use firebase dependency for push notifications, and have the same error.
I don't know if it is entirely related, but the minimum target android SDK for playstore was increased to 29 on Nov. 2, right around the time people started experiencing these issues.
Very good point @njdullea, I was thinking the same.
Getting Same crash:-
FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 29669
java.lang.NoClassDefFoundError: aewt
Using targetSdkVersion 29
Device Details:-
Nokia Nokia 1 480x854 Android 8.1 (SDK 27) 1,024 MB ARM_V7
Huawei P8 青春版 720x1280 Android 5.0 (SDK 21) 2,048 MB ARM64_V8
Hello all,
Yesterday my app passed the test on the google play console by putting the following settings in the gradle
minSdkVersion 26
targetSdkVersion 29
Before I had minSdkVersion 21 and it got to the error.
However it restricts a lot the number of devices the app can be distributed to.
Thus i will try if any lower minSdkVersion is possible.
Hope this information can help you.
Also I excluded the Huawei P8 device and the Nokia 1 for witch the error was detected for may app in the device catalog in google play menu. However, I think the minSdkVersion is the parameter that solved the issue.
I have to rectify the app passed the test with: Yesterday my app passed the test on the google play console by putting the following settings in the gradle
minSdkVersion 28 (and not 26)
targetSdkVersion 29
By now I had not found other solution.
That is not a solution. You'll lose many potential and existing users don't that.
I know and I agree.
However, I read that developpers have their app deployed despite of this error.
On top of that, the video on google play console for this error does not show any error message or app trouble during the test.
For me I had required a new version with this error on 15 of November but it is still on review as well as the other version i tried to deploy afterward.
I assume that the 7 days of delay for reviewing app start on last version required to deploy. Thus I don't try to deploy any other version now and way for my last one to exceed the 7 days.
I hope that it will work.
Did you try to deploy your app on production with this unique error ?
My app is in production. It's not a new app, it's an existing app that received this error when uploading a new version. The update with the pre-launch report error is in production (only took an hour or a few hours).
Ok, but the version with the error, did you try to promote it to production or you did not try ?
I you tried i assume you have like me that the app is in review ?
For how long ?
Usually under 3 hours. Promoted with the error.
You are lucky with your app because mine is not promoted with the error : it remains on review for many days by now.
I tried to contact the google support on google play and i did not get answer either (despite the 2 business days of answer delay are exceeded).
I guess that if your app is available for your users in production, even with this error, you don't need to worry since it does not cause error on your app use.
I excluded Huawei P8 from the list of devices my app targets, then uploaded a new release.
The exception on the Huawei P8 is _still_ reported.
I did the same but tests are performed on this device anyway.
However this error is not preventing your app to be deplaoyed to production (even if this is longer since the process reviww can last some days).
Is it possible that this is an issue affecting the pre-launch reports only and may not occur for production users once the App is released via the Play Store?
I tested my app on different device and I got no error and I decided to release same app for production user. Its about a week and crashlytics haven't reported any issue yet.
Same case with my app, i think it is caused by com.google.firebase:firebase-ads:19.1.0 my other apps using ads with dependency com.google.android.gms:play-services-ads:19.5.0 seemed to be fine
Same case with my app, i think it is caused by
com.google.firebase:firebase-ads:19.1.0my other apps using ads with dependencycom.google.android.gms:play-services-ads:19.5.0seemed to be fine
Not for me, I'm still getting this when using version 19.6.0: implementation 'com.google.android.gms:play-services-ads-lite:19.6.0'
According to It is solved by removing the strict mode of the API, does anyone know how to do it?
Same case with my app, i think it is caused by
com.google.firebase:firebase-ads:19.1.0my other apps using ads with dependencycom.google.android.gms:play-services-ads:19.5.0seemed to be fineNot for me, I'm still getting this when using version 19.6.0:
implementation 'com.google.android.gms:play-services-ads-lite:19.6.0'
Maybe you should check if there is any firebase dependency. My other app didn't have firebase dependency, and after replacing firebase-ads it doesnt have any issue.
Same issue on Nokia 1 and Huawei P8
Anyone pass the review and release app success?
Or how can I fix this error to release app again to Play Store?
@khanhpt19 if your report hasn't any other issue and release passed by google then ignore this issue and rollout your app for production users
@khanhpt19 I have. The question is, will your apps presence in the play store be the same as if it had zero issues? We dont know that, but I would guess that apps with more issues must be less favoured than apps with fewer issues.
@team-TLABS @tulundgren Thanks for your response
Most helpful comment
Hi Zjamshidi,
For your information, I have made a further debugging step:
Hence, it is quite clear that the problem is NOT code-related, and I belive this is a false alarm on the pre-launch report.