当前位置: 首页 > 知识库问答 >
问题:

如何解决没有找到与包名称匹配的客户端‘

孙福
2023-03-14

再次执行项目D:\Profile\中的任务:[clean,:App:AssembleDebug]

任务:清除最新任务:App:清除任务:App:预生成最新任务:App:预调试生成最新任务:App:预调试生成最新任务:App:GenerateDebugBuildConfig任务:App:CompileDebugAIDL无源任务:App:CompileDebugrenderScript无源任务:App:JavaPreCompileDebug任务:App:MainapkListPersistenceDebug任务:App:GenerateDebugruages任务:App:GenerateDebugResources

任务:app:processDebugGoogleServices无法解析json文件:D:\profile\AgainAgain\app\google-services.json

失败:生成失败,出现异常。

>

  • 错误:任务“:app:ProcessDebugGoogleServices”执行失败。

    找不到包名称“com.dinke.againagain”的匹配客户端

    有解决方案吗?请告诉我,如果你知道任何文件。因为我认为每一个案例都是独一无二的,所以我认为最好尽可能多地提供信息?

  • 共有1个答案

    闾丘博超
    2023-03-14

    在google-services.json中,将包名更改为您的包名;

      "client": [
        {
          "client_info": {
            "mobilesdk_app_id": "",
            "android_client_info": {
              "package_name": "com.Dinke.againagain" //here
            }
          },
    

    有关这方面的更多信息,请访问:https://developers.google.com/android/guides/google-services-plugin#processing_the_json_file

     类似资料: