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.

error: package nl.bravobit.ffmpeg does not exist & Manifest merger failed

See original GitHub issue

I upgraded implementation 'nl.bravobit:android-ffmpeg:1.1.5' to implementation 'nl.bravobit:android-ffmpeg:1.1.6'

I got this error

error: package nl.bravobit.ffmpeg does not exist

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nikunjparadvacommented, May 7, 2019

@Brianvdb I solve old one Error but got new one 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.1] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:8:5-58:19 to override.

I think this error cause of migration to androidX.

0reactions
nikunjparadvacommented, May 7, 2019

is there a no other changes in FFMPEG Lib exclude AndroidX?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Manifest merger failed error - Stack Overflow
Background. When the manifest files are being merged, there is a conflict with the label attribute.
Read more >
[Android] ERROR: Manifest merger failed · Issue #168 - GitHub
Hello I putted implementation 'com.arthenica:mobile-ffmpeg-full:4.2.1' and my minSdkVersion 22 targetSdkVersion 28 I got the error ...
Read more >
Manifest Merger Fails with Multiple Errors in Android Studio
A merge conflict occurs while merging whenever the value of any attribute is different in the two Manifest files. However, if an element...
Read more >
manifest merger failed with multiple errors see logs - Edureka
Following which, Click on the merged manifest option. An Error would be visible at the right column and then one must try to...
Read more >
Manifest merger failed with multiple errors, see logs.
xml, AndroidManifest.xml. animated-vector-drawable:28.0.0 manifest Error: Apps targeting Android 12 and higher are required to specify an ...
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