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

后端 未结 25 1327
清酒与你
清酒与你 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:34

    I think because your are using play-service 8.4.0

    It required

    classpath 'com.android.tools.build:gradle:2.0.0-alpha5'
    classpath 'com.google.gms:google-services:2.0.0-alpha5'
    

    you may also refer this.

    0 讨论(0)
提交回复
热议问题