gpt4 book ai didi

android - 错误 : Execution failed for task ':app:processDebugGoogleServices' . > 找不到包名称 'com.xx.xxx.xxxx' 的匹配客户端

转载 作者:行者123 更新时间:2023-11-29 02:28:56 26 4
gpt4 key购买 nike

当我尝试将我的项目与 Gradle 文件同步时出现错误

这里是错误

Error:Execution failed for task ':app:processDebugGoogleServices'. No matching client found for package name 'com.xx.xxx.xxxx'

这是我的 Gradle 文件内容:

apply plugin: 'com.android.application'

apply plugin: 'com.neenbedankt.android-apt'

android {
compileSdkVersion 26
buildToolsVersion '27.0.3'

defaultConfig {
applicationId "com.xx.xxx.xxxx"
minSdkVersion 19
targetSdkVersion 22
versionCode 1
versionName "1.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
useLibrary 'org.apache.http.legacy'
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {

compile 'com.android.support:support-v4:26.1.0'
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:appcompat-v7:26.1.0'

compile 'com.google.firebase:firebase-core:11.0.4'
compile 'com.google.firebase:firebase-messaging:11.0.4'
compile 'com.google.firebase:firebase-database:11.0.4'
compile 'com.google.android.gms:play-services-maps:11.0.4'

compile 'de.hdodenhof:circleimageview:2.0.0'
compile 'com.jakewharton:butterknife:7.0.1'
provided 'org.projectlombok:lombok:1.12.6'
compile 'org.parceler:parceler-api:1.0.4'
apt 'org.parceler:parceler:1.0.4'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'io.reactivex:rxandroid:1.1.0'
compile 'io.reactivex:rxjava:1.1.0'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
compile 'com.google.maps:google-maps-services:0.2.5'
compile 'org.slf4j:slf4j-nop:1.7.25'
compile 'com.android.support:cardview-v7:26.1.0'
compile 'com.cocosw:bottomsheet:1.+@aar'
}

apply plugin: 'com.google.gms.google-services'

而且我已经检查了我的 google-service 文件包名称和应用程序 ID,它们都是相同的,但是当我尝试构建该应用程序时,出现了上述错误。我的 google-services 文件包含多个项目,包括这个项目。

请帮我修复它。

最佳答案

只需转到 Firebase 控制台并创建新项目并使用所需的 com.xx.xxx.xxxx 包名称添加新应用并获取 google-services.json针对该包名称创建文件并将该文件添加到您的应用程序模块并重建,或者如果您不想添加该 .json 文件,则只需删除 apply plugin: 'com.google.gms .google-services' 来自您的 gradle 文件并再次构建您的项目。

关于android - 错误 : Execution failed for task ':app:processDebugGoogleServices' . > 找不到包名称 'com.xx.xxx.xxxx' 的匹配客户端,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50698529/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com