Attribute application@appComponentFactory Conficts ?
See original GitHub issueManifest 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:24:5-40:19 to override.
I pulled the last code at commit 7fe07770fd04918e2e2ca2a5ac32ece24bf97402, but failed to build on AS 3.3.1 on my laptop. Is this normal ?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Manifest merger failed : Attribute application ... - Stack Overflow
Please help me to solve this issue. Error Message: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.
Read more >Manifest merger failed : Attribute application ... - GitHub
These two lines automatically resolved my dependency conflicts ... Attribute application@appComponentFactory value=(android.support.v4.app.
Read more >Tutorial: How to Fix a Failing Android Build Due to [androidx ...
RuntimeException: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.
Read more >SOLVED Error: Manifest merger failed. Attribute application ...
manifest merger failed : Attribute application @ appComponentFactory value=(android.support.v4.app.
Read more ><application> | Android Developers
The declaration of the application. This element contains subelements that declare each of the application's components and has attributes ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No It is no possible to use both at the same time.
I do not have this problem in my AS 331. However, to the problem it self, you can try to add
android:appComponentFactory="placeholder"
to the<application>
, it might help you.