首页 > Web开发 > 详细

Error: Program type already present: okhttp3.Authenticator$1

时间:2019-03-25 22:27:40      阅读:533      评论:0      收藏:0      [点我收藏+]

 

在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: okhttp3.Authenticator$1

原文:https://www.cnblogs.com/sea-stream/p/10596895.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!