Android 引用第三方开源库,出现冲突 Manifest merger failed : Attribute [email protected] value=

引入开源组件 然后sync now 冲突报错 

Android 引用第三方开源库,出现冲突 Manifest merger failed : Attribute [email protected] value=

这应该是 icon 冲突 在 AndroidManifest.xml中添加

tools : replace = "android:icon"

Android 引用第三方开源库,出现冲突 Manifest merger failed : Attribute [email protected] value=

当然有时也会出现主题冲突

那样就 添加 tools:replace="android:theme" 即可