[Bugs] Firebase core & Analysis component

There was a issue with Firebase core & Analysis component! I draw kind attention to the leader to fix the problem as soon as possible, Because there are too much uses demand on those components, The error i found from my device android 13

Error:

java.lang.NoClassDefFoundError: Failed resolution of: Lio/grpc/internal/AbstractManagedChannelImplBuilder;
 at java.lang.Class.classForName(Native Method)
 at java.lang.Class.forName(Class.java:454)
 at java.lang.Class.forName(Class.java:379)
 at io.grpc.ManagedChannelProvider$HardcodedClasses.iterator(ManagedChannelProvider.java:107)
 at io.grpc.ServiceProviders.getCandidatesViaHardCoded(ServiceProviders.java:124)
 at io.grpc.ServiceProviders.loadAll(ServiceProviders.java:62)
 at io.grpc.ServiceProviders.load(ServiceProviders.java:42)
 at io.grpc.ManagedChannelProvider.<clinit>(ManagedChannelProvider.java:37)
 at io.grpc.ManagedChannelProvider.provider(ManagedChannelProvider.java:59)
 at io.grpc.ManagedChannelBuilder.forTarget(ManagedChannelBuilder.java:76)
 at com.google.firebase.firestore.remote.GrpcCallProvider.initChannel(GrpcCallProvider.java:113)
 at com.google.firebase.firestore.remote.GrpcCallProvider.lambda$initChannelTask$6$GrpcCallProvider(GrpcCallProvider.java:256)
 at com.google.firebase.firestore.remote.-$$Lambda$GrpcCallProvider$SCD5iiibQ8l4haiO8ofSfE0wIJg.call(Unknown Source:2)
 at com.google.android.gms.tasks.zzv.run(Unknown Source:2)
 at com.google.firebase.firestore.util.ThrottledForwardingExecutor.lambda$execute$0$ThrottledForwardingExecutor(ThrottledForwardingExecutor.java:54)
 at com.google.firebase.firestore.util.-$$Lambda$ThrottledForwardingExecutor$MfIJbVuxZtLwosAgPzPA-cU66Ko.run(Unknown Source:4)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
 at java.lang.Thread.run(Thread.java:1012)
Caused by: java.lang.ClassNotFoundException: Didn't find class "io.grpc.internal.AbstractManagedChannelImplBuilder" on path: DexPathList[[zip file "/data/app/Q-8eJMAY2EUodx4dmhRQ1w==/com.appzard.companion-gO5NJPPeuSYCxrwxuXKLgw==/base.apk"],nativeLibraryDirectories=[/data/app/Q-8eJMAY2EUodx4dmhRQ1w==/com.appzard.companion-gO5NJPPeuSYCxrwxuXKLgw==/lib/arm64, /data/app/~~Q-8eJMAY2EUodx4dmhRQ1w==/com.appzard.companion-gO5NJPPeuSYCxrwxuXKLgw==/base.apk!/lib/arm64-v8a, /system/lib64, /system_ext/lib64]]
 at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
 ... 19 more

Is this occuring in apk or in companion ?

Both Apk & Companion :face_with_peeking_eye:

1 Like

Can you drop the FirebaseFirestore component in your project ? let me know if that fixes it

1 Like

FirebaseFirebase component fixes the bug ?