参考链接:https://blog.csdn.net/fengyeNom1/article/details/73277518?fps=1&locationNum=10
在android开发的时候,有时候会遇到这样的问题
Error:Execution failed for task ':test:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs
解决方法:
首先进入命令行,输入命令。
gradlew processDebugManifest --stacktrace
根据获取到的具体log解决问题。