gpt4 book ai didi

android - Gradle 同步失败 : Could not find com. google.gms :google-services:3. 0.0

转载 作者:行者123 更新时间:2023-11-30 00:52:21 27 4
gpt4 key购买 nike

我在实现的时候遇到了问题

类路径 'com.google.gms:google-services:3.0.0'

在 build.gradle

这是我的错误

Gradle sync failed: Could not find com.google.gms:google-services:3.0.0.
Searched in the following locations:
file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/google/gms/google-services/3.0.0/google-services-3.0.0.pom
file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/google/gms/google-services/3.0.0/google-services-3.0.0.jar
https://maven.fabric.io/public/com/google/gms/google-services/3.0.0/google-services-3.0.0.pom
https://maven.fabric.io/public/com/google/gms/google-services/3.0.0/google-services-3.0.0.jar
http://jzaccone.github.io/SlidingMenu-aar/com/google/gms/google-services/3.0.0/google-services-3.0.0.pom
http://jzaccone.github.io/SlidingMenu-aar/com/google/gms/google-services/3.0.0/google-services-3.0.0.jar

这是我的 build.gradle 代码

buildscript {
dependencies {
classpath 'io.fabric.tools:gradle:1.+'
classpath 'com.google.gms:google-services:3.0.0'
}

repositories {
maven { url 'https://maven.fabric.io/public' }
maven { url 'http://jzaccone.github.io/SlidingMenu-aar' }
}

}

apply plugin: 'com.android.application'
apply plugin: 'io.fabric'

repositories {
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url 'https://maven.fabric.io/public' }
maven { url 'http://jzaccone.github.io/SlidingMenu-aar' }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.google.android.gms:play-services-analytics:9.2.0'
compile 'com.jeremyfeinstein.slidingmenu:library:1.3@aar'
compile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true; }
}

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

你知道为什么会这样吗?请帮我解决这个问题?谢谢

最佳答案

在 Android Studio 中检查您的 Android SDK 和工具控制台,并确保您安装了最新版本的 Google Play 服务。

像这样:http://image.prntscr.com/image/4c89a169609b47688c1cf05da3b7f515.png

关于android - Gradle 同步失败 : Could not find com. google.gms :google-services:3. 0.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40785735/

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