Manifest merger failed with minSdkVersion 21, targetSdkVersion 28
Opened this issue · 3 comments
Deleted user commented
A pity, looked like a nice menu
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.1.0-alpha03] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:12:5-40:19 to override.
golovin47 commented
Hello, @bmalex88. This lib's most recent version was migrated to androidX. If you want to use it, you may migrate your project to androidX also. Another option is to use previous version of this lib. And third option is to do what this log suggests. You may look here.
uzaysan commented
@golovin47 releases page is empty what is previous version?