Manifest merger failed with multiple errors, see logs 问题处理

在android开发的时候,有时候会遇到这样的问题

Error:Execution failed for task ':test:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs

但是除了这个log,没有什么其他的有用信息了,怎么办?

处理方式是这样的:
首先进入命令行,输入命令

./gradlew processDebugManifest --stacktrace

其中,processDebugManifest是log里面提到的,这个命令是会了获取更多的log信息。

posted @   johnny_zhao  阅读(1048)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· .NET10 - 预览版1新功能体验(一)
历史上的今天:
2021-01-13 362. Design Hit Counter
2021-01-13 Find both the minimum and maximum in array using less than 2 * (N - 2) comparisons
2019-01-13 349. Intersection of Two Arrays
点击右上角即可分享
微信分享提示