h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.32k stars 860 forks source link

Manifest merger failed #479

Open EslamWaheed opened 5 years ago

EslamWaheed commented 5 years ago
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.
Space4ARDev commented 5 years ago

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

VansonLeung commented 5 years ago

use 0.11.0 instead of 1.0.0

implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0'
Babak-Lotfalizadeh commented 5 years ago

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

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