ehbarba
(Ezequiel)
November 26, 2020, 12:06am
1
Hi K community!
My app got this error appearing in Play Store pre-launch reports, I really do not know what is it about:
FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 27245
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)
Detected in:
Huawei P8 青春版
720x1280
Android 5.0 (SDK 21)
Thanks in advance for any help
Taifun
November 26, 2020, 1:13am
2
which extensions are you using?
did you test the apk file before publishing in Google Play?
you also can try a Google search…
for example
opened 10:22AM - 08 Nov 20 UTC
closed 08:00PM - 27 Jan 21 UTC
type: bug
api: messaging
### [REQUIRED] Please fill in the following fields:
* Unity editor version:… _____Unity 2019.4.13f1
* Firebase Unity SDK version: _____Firebase Unity SDK 6.16.1
* Source you installed the SDK: _____ .unitypackage
* Problematic Firebase Component: _____ Analytics
* Other Firebase Components in use: _____ No other
* Additional SDKs you are using: _____ Facebook, AdMob
* Platform you are using the Unity editor on: _____ Mac
* Platform you are targeting: _____ Android
* Scripting Runtime: _____ IL2CPP
### [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.<clinit>(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)
```
Taifun
1 Like
ehbarba
(Ezequiel)
November 26, 2020, 1:35am
4
Thank you for answering Taifun!
I use kodular components only, no extensions.
You may get the APK here: https://www.sacar10.mx/Sacar10mx.apk
I am testing it in play store, not yet for production.
I tested it in Firebase Test Lab, and all OK
I really hope you may help me on this…
ehbarba
(Ezequiel)
November 26, 2020, 4:56pm
6
Ok. I’ll ignore it and go forward.
Thanks Taifun
1 Like
system
(system)
Closed
December 26, 2020, 4:56pm
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.