美文网首页
ec转as遇到的问题

ec转as遇到的问题

作者: M_667c | 来源:发表于2017-06-08 15:59 被阅读12次

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

> Manifest merger failed with multiple errors, see logs

这个错误

第一可能是因为as导入库项目时 库项目的mainfest中存在application与主项目之中的application合并存在冲突 ,删除掉库中的mainfest中的application即可

第二可能是自己的mainfest中存在重复定义,可以点击mainfest的切换查看Merged Mainfest具体查看错误信息查看是否存在多余重复的属性

相关文章

网友评论

      本文标题:ec转as遇到的问题

      本文链接:https://www.haomeiwen.com/subject/ocgzfxtx.html