Skip to content Skip to sidebar Skip to footer

Com.google.android.gms.internal.measurement Is Missing In Google Play Services 15.0.0 And Greater

Play Services uses a new versioning scheme starting with version 15.0.0. Updating Play Services analytics to version 15.0.0 or greater produces a compile-time error in our app beca

Solution 1:

It seems that your dependency tree is not being automatically filled in.

Make sure you have both firebase-analytics and firebase-analytics-impl.

Even better, use firebase-core. It will automatically pull in the dependencies.

https://mvnrepository.com/artifact/com.google.firebase/firebase-core/16.0.1

Post a Comment for "Com.google.android.gms.internal.measurement Is Missing In Google Play Services 15.0.0 And Greater"