The library com.Google.firebase:firebase-analytics is being requested
by varIoUs other librarIEs at [[15.0.1,16.0.0),[16.0.1,16.0.1],
[16.0.1,99999]],but resolves to 16.0.1. disable the plugin and check
your dependencIEs tree using ./gradlew :app:dependencIEs.
依赖关系是:
implementation 'com.Google.firebase:firebase-core:16.0.1'implementation 'com.Google.firebase:firebase-messaging:17.1.0'implementation 'com.Google.firebase:firebase-database:16.0.1'implementation 'com.Google.firebase:firebase-appindexing:16.0.1'implementation 'com.Google.firebase:firebase-crash:16.0.1'implementation 'com.Google.firebase:firebase-auth:16.0.2'implementation 'com.Google.firebase:firebase-invites:16.0.1'implementation 'com.Google.firebase:firebase-config:16.0.0'implementation 'com.Google.firebase:firebase-ads:15.0.1'implementation 'com.Google.firebase:firebase-firestore:17.0.2'
有没有一种简单的方法来找到正确的配置?
如果没有,什么插件将被禁用以及如何?如果我只是运行任务我得到相同的错误.
更新:
我认为这种依赖有一些事情要做,因为如果禁用它插入依赖任务运行:
implementation 'com.Google.androID.gms:play-services-auth:15.0.1'解决方法 尝试使用以下步骤:
>更新您的实施版本(对于最新的firebase版本,请参阅发行说明https://firebase.google.com/support/release-notes/android)
>使用最新的Google-services版本更新项目build.gradle文件(目前classpath’com.Google.gms:Google-services:4.0.1)
或者见this similar post
总结以上是内存溢出为你收集整理的android – 库com.google.firebase:firebase-analytics正在被各种其他库请求全部内容,希望文章能够帮你解决android – 库com.google.firebase:firebase-analytics正在被各种其他库请求所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)