引入开源组件 然后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" 即可

相关文章:

  • 2022-01-08
  • 2021-10-13
  • 2021-12-22
  • 2021-05-11
  • 2021-05-08
  • 2021-12-23
  • 2021-07-11
  • 2021-11-08
猜你喜欢
  • 2021-12-03
  • 2021-08-25
  • 2021-10-28
  • 2021-08-27
  • 2022-12-23
  • 2021-09-27
  • 2021-12-28
相关资源
相似解决方案