Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoClassDefFoundError. Failed resolution of FirebaseInstanceId #29

Open
aleksey-ho opened this issue Jul 14, 2021 · 1 comment
Open

NoClassDefFoundError. Failed resolution of FirebaseInstanceId #29

aleksey-ho opened this issue Jul 14, 2021 · 1 comment

Comments

@aleksey-ho
Copy link

I upgraded firebase-messaging from 21.0.1 to 22.0.0

implementation "com.yandex.android:mobmetricapushlib:1.12.0"
implementation "com.google.firebase:firebase-messaging-ktx:22.0.0"

and now I'm getting crashes:

Fatal Exception: java.lang.RuntimeException
An error occurred while executing doInBackground()

Caused by java.lang.NoClassDefFoundError
Failed resolution of: Lcom/google/firebase/iid/FirebaseInstanceId;
com.yandex.metrica.push.impl.bj.a (bj.java:54)
com.yandex.metrica.push.PushService$a.a (PushService.java:116)
com.yandex.metrica.push.CommandIntentService.onHandleWork (CommandIntentService.java:39)

I also use 'com.google.gms:google-services:4.3.8'

@ghost
Copy link

ghost commented Jul 14, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant