gpt4 book ai didi

android - Google Play 服务和 Firebase 冲突

转载 作者:搜寻专家 更新时间:2023-11-01 09:26:10 24 4
gpt4 key购买 nike

我想同时使用 firebase 和 google play 服务依赖项。但它会引起一些冲突。当我添加播放服务依赖项时,firebase 依赖项不起作用。你知道如何同时使用这两个依赖项吗?谢谢。

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support:design:26.1.0'
implementation 'com.google.firebase:firebase-core:12.0.1'
implementation 'com.google.firebase:firebase-messaging:12.0.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation 'com.google.android.gms:play-services:11.8.0'

最佳答案

改变这个:

implementation 'com.google.android.gms:play-services:11.8.0'

进入这个:

implementation 'com.google.android.gms:play-services:12.0.1'

关于android - Google Play 服务和 Firebase 冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50433403/

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