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

今天遇到一个问题:

Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:7:9-43
    is also present at [com.pnikosis:materialish-progress:1.0] AndroidManifest.xml:13:9-45 value=(@drawable/ic_launcher).
    Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:5:5-19:19 to override.

转自链接 http://blog.csdn.net/code_bird/article/details/51803533

猜你喜欢

转载自blog.csdn.net/dirksmaller/article/details/78419108
今日推荐