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

Posted gali

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error:Execution failed for task ':app:processDebugManifest'. 合并冲突相关的知识,希望对你有一定的参考价值。

1.

Error:Execution failed for task ‘:app:processDebugManifest‘.
> Manifest merger failed : Attribute [email protected] value=(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'. 合并冲突的主要内容,如果未能解决你的问题,请参考以下文章

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

Error:Execution failed for task ':app:transformClassesWithDexForDebug'解决方法

Error:Execution failed for task ':app:transformClassesWithDexForRelease'

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

Android异常篇 Error:Execution failed for task ‘:app:validateSigningDebug‘.

安卓中运行报错Error:Execution failed for task ':app:transformClassesWithDexForDebug'解决