Android Studio Gradle: Error:Execution failed for task ':app:processDebugGoogleServices'. > No matching client found for package

后端 未结 25 1487
清酒与你
清酒与你 2020-12-04 11:53

I am trying to upgrade my google play services dependencies to 8.4.0 by following the example Google gives here, but I am getting the following error (\'com.example.examplea

25条回答
  •  遥遥无期
    2020-12-04 12:27

    1)check the package name is the same in google-services.json file

    2)make sure that no other project exist with same package name

    3)make sure that there is internet access

    4)try syncing project and running it again

提交回复
热议问题