android-target-tooltip icon indicating copy to clipboard operation
android-target-tooltip copied to clipboard

Manifest merger failed

Open RanyAlbegWein opened this issue 5 years ago • 1 comments

ERROR: 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.1] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
	Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:11:5-66:19 to override.

Adding tools:replace="android:appComponentFactory" won't resolve the issue. Is the only option is migration to AndroidX?

Thank you.

RanyAlbegWein avatar Apr 25 '19 01:04 RanyAlbegWein

Downgraded to v2.0 worked for me. Of course it's a temp solution :)

TayfunCesur avatar May 31 '19 06:05 TayfunCesur