Hello All,
I'm deploying a new App on PlayStore and, on the Pre-Launch report I'm having this ANR Issue with 2 devices:
java.lang.NoClassDefFoundError: aewt
FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 29087
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)
One device is Huawei SDK 21, and the other one is a Nokia (SDK 27)
I have found in this link https://github.com/firebase/quickstart-unity/issues/861 that could be related to the min SDK, a workaround suggest to increase the minSDK in the manifest Editor to 22, (mine is actually set to 14).
So my question is if that workaround is the right way to go or what are the implications to increase the min-SDK.
Many thanks in advance
Regards!
I'm deploying a new App on PlayStore and, on the Pre-Launch report I'm having this ANR Issue with 2 devices:
java.lang.NoClassDefFoundError: aewt
FATAL EXCEPTION: Firebase-Messaging-Intent-Handle
Process: com.google.android.youtube, PID: 29087
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)
One device is Huawei SDK 21, and the other one is a Nokia (SDK 27)
I have found in this link https://github.com/firebase/quickstart-unity/issues/861 that could be related to the min SDK, a workaround suggest to increase the minSDK in the manifest Editor to 22, (mine is actually set to 14).
So my question is if that workaround is the right way to go or what are the implications to increase the min-SDK.
Many thanks in advance
Regards!