gpt4 book ai didi

android - 无法解析 : com. google.firebase :firebase-core:9. 2.1

转载 作者:行者123 更新时间:2023-11-29 19:32:30 25 4
gpt4 key购买 nike

我的 SDK 经理说一切都是最新的:
Google Play 服务:33
谷歌存储库:35

build.gradle 内容:

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "com.project.cloudmessagingdemo"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

packagingOptions {
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE-FIREBASE.txt'
exclude 'META-INF/notice'
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.google.firebase:firebase-messaging:9.2.1'
testCompile 'junit:junit:4.12'
}

为什么不能编译?

Error image

最佳答案

Google Repository 35 包含最新版本 - 试试 'com.google.firebase:firebase-messaging:9.6.1'

不幸的是,9.6.1 是上周晚些时候发布的补丁版本,因此可能尚未更新所有文档以指向它 - 抱歉!

关于android - 无法解析 : com. google.firebase :firebase-core:9. 2.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39707382/

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