0

Manifest merger failed with multiple errors. See logs:

Error:Execution failed for task ':app:processDebugManifest'.

Satan Pandeya
  • 3,747
  • 4
  • 27
  • 53

1 Answers1

1

Check out for Gradle Console for Errors like

android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"

These shouldn't be declared in Manifest files of libraries that you are using..etc

You can view these errors in Gradle console which you can find under

View -> Tools Window ->  Gradle Console
shadygoneinsane
  • 2,226
  • 1
  • 24
  • 47