【问题标题】:Error:(42, 0) All firebase libraries must be either above or below 14.0.0错误:(42, 0) 所有 firebase 库必须高于或低于 14.0.0
【发布时间】:2018-05-31 15:25:50
【问题描述】:

错误:(42, 0) 所有 firebase 库必须高于或低于 14.0.0

当我放

    implementation 'com.google.firebase:firebase-auth:16.0.1'
    implementation 'com.google.android.gms:play-services-auth:15.0.1'
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:26.1.0'
    implementation 'com.android.support.constraint:constraint-layout:1.1.0'
    implementation 'com.google.firebase:firebase-auth:16.0.1'
    implementation 'com.google.android.gms:play-services-auth:15.0.1'

    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

    compile 'com.android.support:design:26.1.0'
    compile 'com.google.android.gms:play-services-gcm:9.2.1'
    compile 'com.android.support:support-annotations:27.1.1'
    compile 'com.firebaseui:firebase-ui:0.6.2'
}
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.android.application'

【问题讨论】:

标签: java android firebase


【解决方案1】:

build.gradle 中将 firebase-ui:0.6.2 更改为 firebase-ui:3.3.1

implementation 'com.firebaseui:firebase-ui:3.3.1'

【讨论】:

    猜你喜欢
    • 2018-09-24
    • 1970-01-01
    • 1970-01-01
    • 2016-08-25
    • 1970-01-01
    • 2021-12-25
    • 2020-04-01
    • 2012-04-13
    • 2019-09-26
    相关资源
    最近更新 更多