Program type already present: android.support.v4.graphics.drawable.IconCompatParcelizer

操作步骤:
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’
}

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