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

 

在app中的build.gradle中加入如下代码,

configurations {
    all*.exclude group: 'com.google.code.gson'
    all*.exclude group: 'com.squareup.okhttp3'
    all*.exclude group: 'com.squareup.okio'
    all*.exclude group: 'com.android.support',module:'support-v13'
}

 如图

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

 

上一篇:转发:CentOS下tar压缩排除某个文件夹或文件


下一篇:【Vue】vue 组件属性 name的作用