sephiroth74 / android-target-tooltip

Create Toast like tooltips, but targets can be specified, plus custom properties and features
MIT License
1.49k stars 278 forks source link

Manifest merger failed #133

Open RanyAlbegWein opened 5 years ago

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

TayfunCesur commented 5 years ago

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