Android Studio - 找不到与包名称“''匹配的客户端

Posted

技术标签:

【中文标题】Android Studio - 找不到与包名称“\'\'匹配的客户端【英文标题】:Android Studio - No matching client found for package name ''Android Studio - 找不到与包名称“''匹配的客户端 【发布时间】:2020-10-19 20:34:03 【问题描述】:

我已经导入了模块(多个项目)。 导入它们后同步很完美,但是当尝试运行应用程序时,它显示了这个错误 error

这是我的 build.gradle 文件:

应用插件:'com.android.application' 应用插件:'com.google.gms.google-services'

机器人 compileSdkVersion 29 buildToolsVersion "29.0.3"

defaultConfig 
    applicationId "com.example.secondyr"
    minSdkVersion 16
    targetSdkVersion 29
    versionCode 1
    versionName "1.0"

    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"


buildTypes 
    release 
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
    

依赖 实现 fileTree(dir: 'libs', include: ['*.jar'])

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.firebase:firebase-database:19.3.1'
implementation 'com.google.firebase:firebase-storage:19.1.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation project(path: ':SecondYearCivil')
implementation project(path: ':SecondYearCs')
implementation project(path: ':SecondYearElectronics')
implementation project(path: ':SecondYearElectronicsandTelecom')
implementation project(path: ':SecondYearProd')
implementation project(path: ':SecondYearMech')
implementation project(path: ':SecondYearTextile')
implementation project(path: ':SecondYearIT')
implementation project(path: ':SecondYearETC')

我在 *** 上看到过类似的问题,但我不明白。 我读到了这个解决方案,将 .json 文件中的包名更改为 manisfest 中的包名,我不明白要更改哪一个,因为有很多包名

【问题讨论】:

如果您使用的是 firebase ,请确保您已将 firebase 生成的 gson 服务文件添加到您的项目中 【参考方案1】:

在您的 google-services.json 上检查您的包名称,它应该与您应用的本地包名称相同

类似的东西

"client_info": 
    "mobilesdk_app_id": "1:6596814400689:android:65d6f25f5006145",
    "android_client_info": 
      "package_name": "com.my.app.package.name"
    

【讨论】:

因为我已经导入了 9 个项目。有 9 个包名...所以我想更改所有这些包名吗?? 我真的不确定您是如何执行任务的,但是如果您使用来自不同项目的模块都仍在您自己创建的项目下,那么您的项目应该仍然只有一个包名称。只需对您的项目进行彻底的重构 我无法解决这个问题。相反,我只是创建了一个新项目并将所有其他项目作为库导入。这实际上奏效了。这就是我解决问题的方法 无论如何感谢您的回复和帮助。我很感激

以上是关于Android Studio - 找不到与包名称“''匹配的客户端的主要内容,如果未能解决你的问题,请参考以下文章

找不到与包名称匹配的客户端 (Google Analytics) - 多个 productFlavors/应用程序 ID

firebase 应用注册错误 => 找不到与包名称匹配的客户端

任务“:app:processDebugGoogleServices”执行失败。 > 找不到与包名称“com.example.myapp”匹配的客户端

Android studio上找不到setting?

Visual Studio Code:找不到名称 angular?

在 Xamarin Studio 中找不到类型或命名空间名称“页面”