android-advancedrecyclerview icon indicating copy to clipboard operation
android-advancedrecyclerview copied to clipboard

Manifest merger failed

Open EslamWaheed opened this issue 6 years ago • 3 comments

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.

EslamWaheed avatar Jan 31 '19 12:01 EslamWaheed

I also have this error now. @EslamWaheed , did you solve this?

Space4ARDev avatar Jun 04 '19 06:06 Space4ARDev

use 0.11.0 instead of 1.0.0

implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0'

VansonLeung avatar Jun 16 '19 07:06 VansonLeung

Migrate Your Project to Android X https://developer.android.com/jetpack/androidx/migrate

then https://stackoverflow.com/questions/28095703/manifest-merger-failed-error/31793227

Babak-Lotfalizadeh avatar Jul 13 '19 05:07 Babak-Lotfalizadeh