整合環信easeui support-v4包衝突解決方案

weixin_34037977發表於2016-12-14

1.刪除easeui的libs目錄下的v4jar包

2.通過

compile'com.android.support:support-v4:24.2.1'

來引用

3.在v7包裡將v4包排除

compile ('com.android.support:appcompat-v7:24.2.1') {

excludegroup:'com.android.support',module:'support-v4'

}

相關文章