Manifest merger failed with multiple errors, see logs [SOLVED]

print

Select Merged Manifest




Merging Errors: Warning Element meta-data#com.facebook.sdk.ApplicationId at AndroidManifest.xml:212:9-214:55 duplicated with element declared at AndroidManifest.xml:151:9-154:55 app main manifest (this file), line 211 Error: Attribute meta-data#com.facebook.sdk.ApplicationId@value value=(@string/facebook_app_id) from AndroidManifest.xml:154:13-52 is also present at AndroidManifest.xml:21:13-60 value=(@string/facebook_application_id). Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:151:9-154:55 to override. app main manifest (this file), line 153

add
tools:replace="android:value"
to the value

<!-- Facebook requirements --> <meta-data tools:replace="android:value" android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id" />

2 thoughts on “Manifest merger failed with multiple errors, see logs [SOLVED]”

  1. Dear sir/ Madam.

    This problem Solve The ” Manifest merger failed with multiple errors, see logs” Please Hel me…

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.