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

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

    "client": [
    {
      "client_info": {
        "mobilesdk_app_id": "9:99999999:android:9ccdbb6c1ae659b8",
        "android_client_info": {
          "package_name": "[packagename]"
        }
      }
    

    package_name must match what's in your manifest file. you can find the google-services.json file if you look in the example photo below.

提交回复
热议问题