问题
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:10:9-43is also present at [org.ros.android_core:android_10:0.3.3] AndroidManifest.xml:19:9-36 value=(@mipmap/icon).
Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:8:5-22:19 to override.
方案
http://www.codeceo.com/article/android-studio-problems.html
本文介绍了一种常见的Android开发问题:在使用Android Studio构建应用程序时遇到的manifest文件中图标资源冲突错误。提供了详细的错误信息及解决方案链接。
2600

被折叠的 条评论
为什么被折叠?



