You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just create a new project with android studio 4.2.2 and added this library to it and get the following error:
Manifest merger failed : Attribute application@appComponentFactory value=(androidx.core.app.CoreComponentFactory) from [androidx.core:core:1.3.2] AndroidManifest.xml:24:18-86
is also present at [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 value=(android.support.v4.app.CoreComponentFactory).
Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:6:5-19:19 to override.
Also tools:replace="android:appComponentFactory doesn't fix it.
The text was updated successfully, but these errors were encountered:
I just create a new project with android studio 4.2.2 and added this library to it and get the following error:
Also
tools:replace="android:appComponentFactory
doesn't fix it.The text was updated successfully, but these errors were encountered: