0
点赞
收藏
分享

微信扫一扫

Error: Program type already present: com.google.gson.FieldAttributes 的解决方法


在依赖的最下面加入all*.exclude group: 'com.google.code.gson',如下所示: dependencies {


………………


configurations { all*.exclude group: 'com.google.code.gson' } }

举报

相关推荐

0 条评论