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