Error:Execution failed for task ':app:processDebugManifest'. 合并冲突

从来好事天生俭,自古瓜儿苦后甜。这篇文章主要讲述Error:Execution failed for task ' :app:processDebugManifest' . 合并冲突相关的知识,希望能为你提供帮助。
1.

Error:Execution failed for task ‘:app:processDebugManifest‘. > Manifest merger failed : Attribute [email  protected] value=https://www.songbingjia.com/android/(false) from androidManifest.xml:16:9-36 is also present at [com.github.devlight.shadowlayout:library:1.0.2] AndroidManifest.xml:24:9-35 value=(true). Suggestion: add ‘tools:replace="android:allowBackup"‘ to < application> element at AndroidManifest.xml:15:5-47:19 to override.

2.根据建议添加
< application …… tools:replace="android:allowBackup"…… >

【Error:Execution failed for task ' :app:processDebugManifest' . 合并冲突】 

    推荐阅读