android-advancedrecyclerview
android-advancedrecyclerview copied to clipboard
Manifest merger failed
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.0] 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.
I also have this error now. @EslamWaheed , did you solve this?
use 0.11.0 instead of 1.0.0
implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0'
Migrate Your Project to Android X https://developer.android.com/jetpack/androidx/migrate
then https://stackoverflow.com/questions/28095703/manifest-merger-failed-error/31793227