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.

Manifest merger failed with multiple errors

See original GitHub issue

my app gradle:

apply plugin: 'kotlin-kapt'

dependencies{
//epoxy
implementation 'com.airbnb.android:epoxy:3.1.0'
annotationProcessor 'com.airbnb.android:epoxy-processor:3.1.0'
}

error:

Caused by: java.lang.RuntimeException: Manifest merger failed with multiple errors, see logs at com.android.builder.core.AndroidBuilder.mergeManifestsForApplication(AndroidBuilder.java:540) at com.android.build.gradle.tasks.MergeManifests.doFullTaskAction(MergeManifests.java:173) at com.android.build.gradle.internal.tasks.IncrementalTask.taskAction(IncrementalTask.java:106) at sun.reflect.GeneratedMethodAccessor2235.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:73) at org.gradle.api.internal.project.taskfactory.IncrementalTaskAction.doExecute(IncrementalTaskAction.java:50) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:39) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:26) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$1.run(ExecuteActionsTaskExecuter.java:131) at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:300) at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:292) at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:174) at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:90) at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:120) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:99) ... 34 more

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
BunsinNANHcommented, Jun 26, 2019

my app gradle: dependencies { classpath ‘com.android.tools.build:gradle:3.0.1’ classpath ‘com.google.gms:google-services:3.0.0’ classpath ‘com.android.tools.build:gradle:3.4.0’

my issue:

Execution failed for task ‘:app:processDebugManifest’.

Manifest merger failed with multiple errors, see logs

How I can solve it please give me some idea

1reaction
elihartcommented, Apr 12, 2019

@arnorhs @budioktaviyan Epoxy 3.0.0+ uses Androidx - if you don’t use Androidx you can use an older version of Epoxy

Read more comments on GitHub >

github_iconTop Results From Across the Web

Manifest Merger failed with multiple errors in Android Studio
Usually occurs when you have errors in your manifest.Open AndroidManifest.xml .Click on the merged manifest tab.
Read more >
Manifest Merger Fails with Multiple Errors in Android Studio
Some Useful Tricks to Solve Merge Errors · Add the overrideLibrary attribute to the <uses-sdk> tag. · The minSdkVersion of the application and...
Read more >
manifest merger failed with multiple errors see logs - Edureka
The initial process would be to open the manifest application known as the AndroidManifest.xml and then click on the Merged Manifest tab below ......
Read more >
[SOLVED] Error: Manifest merger failed with multiple errors
Jul 10, 2017 - How to add external SDK to an existing Android Studio Project[SOLVED] Error: Manifest merger failed with multiple errors.
Read more >
manifest merger failed with multiple errors see logs android ...
Manifest Merger failed with multiple errors in Android Studio ... 1. Open your gradle console, then you see gradle suggest you to add...
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