gpt4 book ai didi

java - Gradle库具有不同的版本

转载 作者:行者123 更新时间:2023-12-03 05:46:44 25 4
gpt4 key购买 nike

昨晚,我用我的android代码做了两件事,现在它不再起作用了。

我做的两件事是:

  • 添加我的第一个adview和相应的gradle实现
  • 将Android Studio更新到最新版本(3.1.1)

  • 现在,由于库版本中的版本混合,该应用无法构建。我的gradle告诉我,在线上
    implementation 'com.android.support:appcompat-v7:27.1.1'


    implementation 'com.google.firebase:firebase-core:12.0.1'

    我不知道如何解决此问题,我所寻找的一切都没有给我答案。有没有一种方法可以自动为我的应用程序生成所需的gradle,或者有人可以在修复此问题时向我指出开始的方向吗?

    在此先感谢,我的gradle依赖项如下。
    dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:27.1.1'
    implementation 'com.android.support.constraint:constraint-layout:1.0.2'
    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.firebase:firebase-core:12.0.1'
    implementation 'com.google.firebase:firebase-database:12.0.1'
    implementation 'com.firebaseui:firebase-ui-auth:3.2.2'
    implementation 'com.google.firebase:firebase-auth:12.0.1'
    implementation 'com.google.android.gms:play-services-ads:12.0.1'
    }

    最佳答案

    试试这个,

    "com.android.support:support-v13:27.1.1"

    引用链接

    https://developer.android.com/topic/libraries/support-library/packages.html#v14-preference

    关于java - Gradle库具有不同的版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49748156/

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