Program type already present:okio.AsyncTimeout$Watchdog Message{kind=ERROR, text=Program type :okio

 

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

 如图

Program type already present:okio.AsyncTimeout$Watchdog Message{kind=ERROR, text=Program type :okio

 

上一篇:Error: Program type already present: okhttp3.Authenticator$1


下一篇:用jquery-table2excel,进行导出excel