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'
    }

}

你可能感兴趣的:(日常错误,Gson,Program,type,jar包冲突,FieldAttributes,AndroidStudio)