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…
I get it in all the capacitor project
and I solve it like this:
in android studio go to:
1.Refactor/Migrate to AndroidX… ,
once you complete the task
2.on the bottom build click button -> Do refactor
3. build again
Sorry for asking here also what I want to know is how plugins are used from capacitor from: / src, when all resources are in src-capacitor.
I can’t access let’s say from: src / pagaes / Index.vue
import {Plugins} from “@ capacitor / core”
I must install all the capacitor resources again in the root of the Quasar project ??. Thanks for answering