question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug: can't use v2.8.0, while 2.7.0 builds just fine

See original GitHub issue

Android 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:

  1. Create a new project.
  2. Just add this: implementation ‘com.airbnb.android:lottie:2.7.0’
  3. Note that it builds and runs fine.
  4. Update to 2.8.0 : implementation ‘com.airbnb.android:lottie:2.8.0’
  5. 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:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
koehlerucommented, Oct 2, 2018

@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

0reactions
AndroidDeveloperLBcommented, Oct 2, 2018

@koehleru I see, but why didn’t they write about this on the main page? Anyway, I close this now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found