android开发里跳过的坑——android studio 错误Error:Execution failed for task ':processDebugManifest'. &g

Posted 苏小七

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android开发里跳过的坑——android studio 错误Error:Execution failed for task ':processDebugManifest'. &g相关的知识,希望对你有一定的参考价值。

使用AS在gradle里配置了多个定制版本,发现在编译版本切换时,会出现错误:

Error:Execution failed for task ‘:processDebugManifest‘.
> Manifest merger failed with multiple errors, see logs
Information:Gradle tasks [:app:generatePhoneWulianDebugSources, :app:mockableandroidJar, :app:preparePhoneWulianDebugUnitTestDependencies, :app:generatePhoneWulianDebugAndroidTestSources, :generateDebugSources, :mockableAndroidJar, :prepareDebugUnitTestDependencies, :generateDebugAndroidTestSources]

该错误的原因是因为打开了项目的AndroidMenifest.xml文件导致的。关闭该文件后,即可编译通过。

以上是关于android开发里跳过的坑——android studio 错误Error:Execution failed for task ':processDebugManifest'. &g的主要内容,如果未能解决你的问题,请参考以下文章

android开发里跳过的坑——GridView使用Glide加载图片不显示

android开发里跳过的坑——android studio 错误Error:Execution failed for task ':processDebugManifest'. &g

android开发里跳过的坑-AS导入NDK工程提示错误 No such property: sdkHandler for class: com.android.build.gradle.Librar

Android 百度地图开发-----001 环境配置 那些年我踩过的坑

Android 混合开发,html5 自动更新爬过的坑

Android混合开发,html5自己主动更新爬过的坑