1、如果在项目中已经继承了retrofit或者okhttp
ra里本身就有okhhtp,所以在项目的gradle中应该配置
compile ('com.facebook.react:react-native:0.42.3'){
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
exclude group: 'com.squareup.okio', module: 'okio'
}
1、如果在项目中已经继承了retrofit或者okhttp
ra里本身就有okhhtp,所以在项目的gradle中应该配置
compile ('com.facebook.react:react-native:0.42.3'){
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
exclude group: 'com.squareup.okio', module: 'okio'
}