Manifest merger failed with multiple errors, see logs

xiaoxiao2021-02-28  39

因为多人开发的原因,有人将AndroidManifest.xml中 application 标签下的内容修改并提交了,导致其他人编译出现Manifest merger failed with multiple errors, see logs问题

错误内容: Error:Execution failed for task ‘:startactivity:processDebugManifest’. /> Manifest merger failed with multiple errors, see logs

解决方案: 只是针对本人项目中遇到而言,至于是否通用并不确切 当时是将android:allowBackup=”false”;删除了因此包此错; 在我们这个项目环境下,需要保留标红的那两行才行

转载请注明原文地址: https://www.6miu.com/read-82226.html

最新回复(0)