报错提示为:transformDexArchiveWithExternalLibsDexMergerForDebug
解决方法为在依赖包添加处增加
configurations {
all*.exclude group: 'com.google.code.gson'
}
可以解决依赖冲突问题

作用是
解决方法为在依赖包添加处增加
configurations {
all*.exclude group: 'com.google.code.gson'
}
可以解决依赖冲突问题

作用是