android编译项目时报错 “bolts.AggregateException”

Program type already present: bolts.AggregateException
Message{kind=ERROR, text=Program type already present: bolts.AggregateException, sources=[Unknown source file], tool name=Optional.of(D8)}

type已经存在,看看text的值是不是重复了

type确认已经存在,那就看看text的值是不是重复了

提示信息,存在相同的类型,要修改下!