gpt4 book ai didi

android - 错误 :Execution failed for task ':app:processDebugGoogleServices' . > 请修复版本冲突

转载 作者:IT老高 更新时间:2023-10-28 23:38:11 24 4
gpt4 key购买 nike

将我的 google play 服务更新到 rev 28 后,我收到了这个错误。我不确定为什么会发生这种情况,因为它之前工作正常。

这是我的 build.gradle 文件

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'

defaultConfig {
applicationId "com.matsoltech.pakistancurrentaffairs"
minSdkVersion 10
targetSdkVersion 23
versionCode 11
versionName "2.1.1"
}
buildTypes {
release {
multiDexEnabled = true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile files('src/main/libs/universal-image-loader-1.9.3.jar')
compile files('src/main/libs/nineoldandroids-2.4.0.jar')
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:support-v4:23.1.0'
compile 'com.android.support:cardview-v7:23.1.0'
compile 'com.github.ksoichiro:android-observablescrollview:1.5.0'
compile 'com.google.android.gms:play-services:8.3.0'
compile 'com.mcxiaoke.volley:library:1.0.18'
compile 'com.google.android.gms:play-services-analytics:8.3.0'
}

buildscript {
repositories {
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.google.gms:google-services:1.4.0-beta3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
jcenter()
}
}

那么,谁能告诉我问题出在哪里?因为在 GooglePlayServices 更新之前代码运行良好。

最佳答案

将项目依赖项中的 google-services 更改为

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

这将解决它。

关于android - 错误 :Execution failed for task ':app:processDebugGoogleServices' . > 请修复版本冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33556780/

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