码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-03-25 21:52:48      阅读:423      评论:0      收藏:0      [点我收藏+]

标签:type   adl   方法   erro   att   config   ogr   group   googl   

 

在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 的解决方法

标签:type   adl   方法   erro   att   config   ogr   group   googl   

原文地址:https://www.cnblogs.com/sea-stream/p/10596873.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!