实现'com.firebaseui:firebase-ui-auth:6.0.2'(Firebase Auth UI)给我错误

时间:2019-10-24 04:35:23

标签: android android-studio implementation

当我添加此依赖项时:

implementation 'com.firebaseui:firebase-ui-auth:6.0.2'

它给了我错误。

我使用Windows 10和android 3.5。

dependencies {

    implementation 'com.firebaseui:firebase-ui-auth:6.0.2'

}

错误消息:

ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91
    is also present at [androidx.core:core:1.0.1] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
    Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:5:5-19:19 to override.

查看屏幕截图: enter image description here

0 个答案:

没有答案
相关问题