细心点的话,就能看到错误提示中就给出了解决问题的建议。
Suggestion: add ‘tools:replace=”android:icon”‘ to element at AndroidManifest.xml:5:5 to override
意思在AndroidManifest.xml
文件的application节点中添加tools:replace="android:icon"
属性。
链接:http://www.licheedev.com/2015/05/20/manifest-merger-failed/