ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 210 forks source link

Can't run app when install this library.. #206

Closed jemmycalak closed 5 years ago

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

when I try to add tools:replace="android:appComponentFactory" on manifest, an other error come, Error: tools:replace specified at line:5 for attribute android:appComponentFactory, but no new value specified

how to use this library,, I just install this library and try to run app, not until I typed on kotlin file.

jemmycalak commented 5 years ago

library runing on androidx, fix it.