Search code examples
androidgoogle-analyticsgoogle-analytics-firebase

google analytics v4 integration to my android app


I have followed everything according to document provided by google, but am facing some issues, I have added google-services.json in root directory i.e in app.

Error:

Execution failed for task ':app:processDebugGoogleServices'. No matching client found for package name 'com.google.samples.quickstart.analytics'

am getting this error. do help am working on android studio.


Solution

  • Try resolving the issue by adding the following line in the dependencies of the project-level build.gradle:

    classpath 'com.google.gms:google-services:1.5.0'