Bug: can't use v2.8.0, while 2.7.0 builds just fine
See original GitHub issueAndroid Studio 3.3 Canary 12 Build #AI-182.4505.22.33.5026711, built on September 24, 2018 JRE: 1.8.0_152-release-1248-b01 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0
Steps:
- Create a new project.
- Just add this: implementation ‘com.airbnb.android:lottie:2.7.0’
- Note that it builds and runs fine.
- Update to 2.8.0 : implementation ‘com.airbnb.android:lottie:2.8.0’
- Try to build.
The bug: You get this error:
* What went wrong:
Execution failed for task ':app:processDebugManifest'.
> 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 <application> element at AndroidManifest.xml:4:5-14:19 to override.
Attached video to show issue. 2018-10-02_11-45-52.zip
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Bug listing with status RESOLVED with resolution OBSOLETE ...
Bug :1523 - "[IDEA] Offload work by distributing trivial ebuild ... euro symbol is no longer shown, while it works fine with 1.15.2-r1"...
Read more >Compilation fails on Ubuntu 20.04 when using TensorRT 8.
If you install TensorRT version 7 manually (from debs available for Ubuntu 18.04), compilation will complete just fine. Any other info / logs...
Read more >Gradle build is failing [Could not resolve all dependencies for ...
The real error is this: Connection to http://repo1.maven.org refused. Gradle needs to download the dependencies listed in the error message to be able...
Read more >Diablo 3 2.7.0 Demon Hunter Build: Gears of the ... - YouTube
UPDATE: S23 patch 2.7.0 currentThis Diablo 3 patch 2.6.9 season 21 Demon Hunter strafe build using the Gears of the Dreadlands GoD set...
Read more >Access Server Release Notes - OpenVPN
Improved upgrade case when External PKI is in use, to ensure TLS Crypt v2 keys ... For CentOS 8 we will soon cease...
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 Free
Top 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

@AndroidDeveloperLB 2.8.0 is for androidX if you want to use 2.8.0 you have to remove all dependencies to android support libs
@koehleru I see, but why didn’t they write about this on the main page? Anyway, I close this now.