操作步骤:
1.复制重复的名字双击shift android.support.v4.graphics.drawable.IconCompatParcelizer
2找到不要的包名,但是不知道是哪个 依赖包,找到图下位置
Program type already present: android.support.v4.graphics.drawable.IconCompatParcelizer
Program type already present: android.support.v4.graphics.drawable.IconCompatParcelizer
3找到对应包名 然后删掉对应的
{exclude group: ‘com.android.support’}

implementation(“com.github.bumptech.glide:glide:4.8.0”) {
exclude group: ‘com.android.support’
}

然后大概就是这样,因为我自己也学到这里 后续也没 继续 等以后遇到再修改更新吧

相关文章:

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