错误: 任务执行失败“ : app: processDebugGoogleServices”。 > 没有找到与包匹配的客户端

我试图通过遵循谷歌给出的 给你示例将我的谷歌播放服务依赖升级到8.4。0,但是我得到了以下错误(‘ com.example.exampleapp’是我的应用程序包名称的替代品) :

Error:Execution failed for task ':app:processDebugGoogleServices'.
> No matching client found for package name 'com.example.exampleapp'

项目建设:

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-alpha3'
classpath 'com.google.gms:google-services:2.0.0-alpha3'


// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}


allprojects {
repositories {
jcenter()
}
}

模块 app/build.gradle:

apply plugin: 'com.android.application'


android {
compileSdkVersion 23
buildToolsVersion "23.0.2"


defaultConfig {
applicationId "com.example.exampleapp"
minSdkVersion 19
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
useLibrary 'org.apache.http.legacy'


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


dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.google.android.exoplayer:exoplayer:r1.5.2'
compile 'com.google.android.gms:play-services-auth:8.4.0'
compile 'com.google.android.gms:play-services-maps:8.4.0'
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:3.0.0@aar') {
transitive = true
}
compile files('libs/commons-lang3-3.3.2.jar')
}


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

梯级包装材料性能:

#Fri Jan 01 08:23:56 CST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip

你知道为什么 gradle 认不出我自己的应用程序包名吗?


编辑:

好的,这次我得到了不同的错误。

基于 Shawn Thye 提供的链接,我将其添加到 app/build.gradle 的底部:

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

留下我之前列出的所有东西,我得到了这个错误:

Information:Gradle tasks [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:compileDebugSources, :app:compileDebugAndroidTestSources]
/Users/user/Documents/AndroidStudio/ExampleApp/app/build.gradle
Error:(1, 1) A problem occurred evaluating project ':app'.
> Failed to apply plugin [id 'com.android.application']
> Gradle version 2.10 is required. Current version is 2.8. If using the gradle wrapper, try editing the distributionUrl in /Users/user/Documents/AndroidStudio/ExampleApp/gradle/wrapper/gradle-wrapper.properties to gradle-2.10-all.zip
Information:BUILD FAILED
Information:Total time: 0.921 secs
Information:1 error
Information:0 warnings
Information:See complete output in console

和格拉德尔控制台:

Executing tasks: [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources]


Configuration on demand is an incubating feature.


FAILURE: Build failed with an exception.


* Where:
Build file '/Users/user/Documents/AndroidStudio/ExampleApp/app/build.gradle' line: 1


* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin [id 'com.android.application']
> Gradle version 2.10 is required. Current version is 2.8. If using the gradle wrapper, try editing the distributionUrl in /Users/user/Documents/AndroidStudio/ExampleApp/gradle/wrapper/gradle-wrapper.properties to gradle-2.10-all.zip


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.


BUILD FAILED


Total time: 1.211 secs

因此,我按照请求将 gradle-wrapper. properties 更改为“ gradle-2.10-all”,并得到这个错误:

Information:Gradle tasks [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources]
google-services plugin could not detect any version for com.google.android.gms, default version: 8.3.0 will be used.
please apply google-services plugin at the bottom of the build file.
:clean
:app:clean
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72311Library
:app:prepareComAndroidSupportCardviewV72311Library
:app:prepareComAndroidSupportDesign2311Library
:app:prepareComAndroidSupportGridlayoutV72311Library
:app:prepareComAndroidSupportRecyclerviewV72311Library
:app:prepareComAndroidSupportSupportV42311Library
:app:prepareComDigitsSdkAndroidDigits192Library
:app:prepareComFacebookAndroidFacebookAndroidSdk470Library
:app:prepareComGoogleAndroidExoplayerExoplayerR152Library
:app:prepareComGoogleAndroidGmsPlayServicesAuth840Library
:app:prepareComGoogleAndroidGmsPlayServicesBase840Library
:app:prepareComGoogleAndroidGmsPlayServicesBasement840Library
:app:prepareComGoogleAndroidGmsPlayServicesMaps840Library
:app:prepareComGoogleAndroidGmsPlayServicesMeasurement830Library
:app:prepareComMapboxMapboxsdkMapboxAndroidSdk230Library
:app:prepareComTwitterSdkAndroidTweetComposer102Library
:app:prepareComTwitterSdkAndroidTweetUi180Library
:app:prepareComTwitterSdkAndroidTwitter1110Library
:app:prepareComTwitterSdkAndroidTwitterCore162Library
:app:prepareIoFabricSdkAndroidFabric1310Library
:app:prepareDebugDependencies
:app:compileDebugAidl
:app:compileDebugRenderscript
:app:generateDebugBuildConfig
:app:generateDebugAssets UP-TO-DATE
:app:mergeDebugAssets
:app:processDebugManifest
:app:fabricGenerateResourcesDebug
:app:generateDebugResValues UP-TO-DATE
:app:processDebugGoogleServices
Found com.google.android.gms:play-services-auth:8.4.0, but version 8.3.0 is needed for the google-services plugin.
Found com.google.android.gms:play-services-maps:8.4.0, but version 8.3.0 is needed for the google-services plugin.
:app:processDebugGoogleServices FAILED
Error:Execution failed for task ':app:processDebugGoogleServices'.
> Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 8.3.0.
Information:BUILD FAILED
Information:Total time: 5.724 secs
Information:1 error
Information:0 warnings
Information:See complete output in console

还有 Gradle 游戏机:

Executing tasks: [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources]


Configuration on demand is an incubating feature.
google-services plugin could not detect any version for com.google.android.gms, default version: 8.3.0 will be used.
please apply google-services plugin at the bottom of the build file.
Incremental java compilation is an incubating feature.
:clean
:app:clean
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72311Library
:app:prepareComAndroidSupportCardviewV72311Library
:app:prepareComAndroidSupportDesign2311Library
:app:prepareComAndroidSupportGridlayoutV72311Library
:app:prepareComAndroidSupportRecyclerviewV72311Library
:app:prepareComAndroidSupportSupportV42311Library
:app:prepareComDigitsSdkAndroidDigits192Library
:app:prepareComFacebookAndroidFacebookAndroidSdk470Library
:app:prepareComGoogleAndroidExoplayerExoplayerR152Library
:app:prepareComGoogleAndroidGmsPlayServicesAuth840Library
:app:prepareComGoogleAndroidGmsPlayServicesBase840Library
:app:prepareComGoogleAndroidGmsPlayServicesBasement840Library
:app:prepareComGoogleAndroidGmsPlayServicesMaps840Library
:app:prepareComGoogleAndroidGmsPlayServicesMeasurement830Library
:app:prepareComMapboxMapboxsdkMapboxAndroidSdk230Library
:app:prepareComTwitterSdkAndroidTweetComposer102Library
:app:prepareComTwitterSdkAndroidTweetUi180Library
:app:prepareComTwitterSdkAndroidTwitter1110Library
:app:prepareComTwitterSdkAndroidTwitterCore162Library
:app:prepareIoFabricSdkAndroidFabric1310Library
:app:prepareDebugDependencies
:app:compileDebugAidl
:app:compileDebugRenderscript
:app:generateDebugBuildConfig
:app:generateDebugAssets UP-TO-DATE
:app:mergeDebugAssets
:app:processDebugManifest
:app:fabricGenerateResourcesDebug
:app:generateDebugResValues UP-TO-DATE
:app:processDebugGoogleServices
Found com.google.android.gms:play-services-auth:8.4.0, but version 8.3.0 is needed for the google-services plugin.
Found com.google.android.gms:play-services-maps:8.4.0, but version 8.3.0 is needed for the google-services plugin.
:app:processDebugGoogleServices FAILED


FAILURE: Build failed with an exception.


* What went wrong:
Execution failed for task ':app:processDebugGoogleServices'.
> Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 8.3.0.


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.


BUILD FAILED


Total time: 5.724 secs

它要求在构建文件的底部使用谷歌服务插件,它已经这样做了,它要求我再次运行8.3.0... 我会这样做,因为这是目前唯一可以工作的东西..。

166689 次浏览

只有在尝试构建调试版本类型时,才会发生同样的错误。我解决这个问题的方法是将 google-services.json更改为调试构建类型。 我的原始字段有一个名为 client_id的字段,它的值是 android:com.example.exampleapp,我只是删除了 android:前缀,保留为 com.example.exampleapp,然后我的分级构建就成功了。

希望能有帮助!

剪辑

我刚刚在我的 google-services.json中添加了 android:前缀,它继续正常工作。不知道到底发生了什么,但我能够用上面提到的解决方案解决我的问题。

我想是因为你使用的是 Play-service 8.4.0

这是必须的

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

你亦可参阅 这个

我发现使用这种配置是成功的:

classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.google.gms:google-services:2.0.0-alpha3'
//or use
//classpath 'com.android.tools.build:gradle:2.0.0-alpha6'

还有

distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

使用8.40 Google Play 服务。Alpha5和 Alpha6给出了相同的2.8错误,而不管发行版 Url 是2.10

我换口味的时候也这样。

现在您也可以使用不同口味的 Google-services. json

参见 https://stackoverflow.com/a/34364376/570168

在 android 工作室中打开 google-services. json 我们可以看到一个 json 对象,并在“ client”jsonarray 中包含以下项

“ client _ id”: “ android: your package name”, “ package _ name”: “ your package name”,

请确认你的包裹,然后继续。

修理:

没有找到与包名‘ com.example.exampleapp 匹配的客户端:

您应该从 给你获得包的有效 google-service.json文件

修理:

方法的版本来修复版本冲突 Google-services 插件(关于最新版本的信息是 网上订购 Https://bintray.com/android/android-tools/com.google.gms.google-services/ 或者更新 com.google.android.gms 到8.3.0:

你应该把 apply plugin: 'com.google.gms.google-services'移到应用程序 gradle.build文件的末尾:

dependencies {
...
}
apply plugin: 'com.google.gms.google-services'

在我的例子中,它通过以下方法解决

enter image description here

确保主要文件中的包名称与 gradle 的 applicationId 相同。

这发生在我身上时,我的软件包名称没有代表在谷歌服务。我下载的 json 文件。打开你的谷歌服务。Json 文件,并确保有一个 client _ info 对象,其包名与您的清单包名相对应。

在 googleservices.json:

"client": [
{
"client_info": {
"mobilesdk_app_id": "my-app-id",
"android_client_info": {
"package_name": "com.me.android.test.myapp"
}

在你们的旅客名单上:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.me.android.test.myapp" >

您可能需要为您的项目重新创建一个新的 google-services. json,您可以在这里创建: https://developers.google.com/mobile/add?platform=android&cntapi=gcm

对我来说,我必须检查 google-services.json文件,并确保 "package_name"被正确地设置为我的 android 应用程序的包名。在我的案例中,自动生成的服务文件附加了 .backend

经过以上研究,清单文件中的软件包名称和级别构建文件中的应用程序 ID 应该是相同的。我的问题没有解决。

实际上,你的应用程序标识在梯度建立文件应该是相同的包名称在谷歌服务。Json 文件。如果你的谷歌服务。Json 文件有不同的包名。从谷歌分析或者基地控制台上删除这个应用。重新整理档案。

我遇到的问题时,使用 Firebase,我认为不同的软件包造成的问题。< br/> < br/> 我通过在 Firebase 控制台中添加新的应用程序包并下载 google 服务解决了这个问题。又是 Json。 enter image description here enter image description here enter image description here enter image description here

这发生在我身上时,我的软件包名称没有代表在谷歌服务。我下载的 json 文件。打开你的谷歌服务。Json 文件,并确保有一个 client _ info 对象,其包名与您的清单包名相对应。

确保项目 清单中的包名与 Google-services. json文件中的包名完全相同

谢谢。

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

package_name必须与清单文件中的内容匹配。你可以找到 google-services.json文件,如果你看下面的例子照片。

enter image description here

如果这种情况发生在 重命名应用程序包名称之后,那么您需要更新以下内容:

1)在应用程序中查找 Google-services. json文件中的“ package _ name”属性,并用新的包名更新它。

2)在 谷歌开发者控制台中更新您的应用程序客户端凭证,方法是转到 Credentials并选择您的 android 客户端密钥,然后用新的密钥更新包名。

希望这个能帮上忙。

将此添加到项目级别文件中

classpath 'com.google.gms:google-services:3.0.0'

请确认 build.gradle.

defaultConfig {
applicationId "<packagename>"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
}

验证包的名称。它也可能导致错误。

您的 Google-services. json包名必须与您的 建造,分级 applicationId (applicationId“ your package name”)匹配

只要安卓工作室运行“作为管理员运行”,它将工作

或者在 Google-services. json文件中验证您的包名

两次写入软件包名称时: 1. 在 Android Studio 中创建新项目时 还有 2. 创建配置文件时

你应该用小写字母来写——改成小写后就可以了。如果你不想浪费时间,就去找你自己。并将 com.myname.MyAPPlicationnamE 替换为 com.myname.MyAPPlicationnamE (对于 json 文件中的每个匹配项)。

检查一下,在你的“ google-services. json”文件中,你的 package _ name 是否可用

解决了获得异常的问题

IllegalStateException: 默认 FirebaseApp 不是 在此过程中初始化 首先是 FirebaseApp.initializeApp (Context)。

在 FirebaseInstanceId.getInstance () . getToken ()中

检查 Package _ name是否与 < strong > applicationId 完全匹配 1) < strong > build.gradle

defaultConfig {
applicationId "build.gradle.exactly.matches.json"
...
}

没错是否匹配 2) google-services. json

{
"client_info": {
"mobilesdk_app_id": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"android_client_info": {
"package_name": "build.gradle.exactly.matches.json"
....

我也遇到过同样的问题,只是简单地解决了它,确保 Manif.xml 文件中 mainfest 标记中的包的包名和 gradle 应用级别文件中的 application 标记中的 applicationId 具有相同的包名

在 Manif.xml 中

package="com.example.work"

分级应用程序级别

applicationId "com.example.work"

希望能有帮助

如果您运行其他类型的构建(例如,签名 apk 或等) ,您必须选择应用程序类型的构建,然后运行项目。

请看下面的图片。为了运行这个项目,我们必须选择“应用程序”在运行配置弹出。 enter image description here

对我来说,我必须这么做

  1. 建造
  2. 制作项目

一切都很顺利,我还是不知道发生了什么。

1)在 google-services. json 文件中检查包的名称是否相同

2)确保没有其他项目具有相同的软件包名称

3)确保有互联网接达

4)尝试同步项目并再次运行