android导入OkHttp3包

AndroidStudio

在app下的build.gradle内添加

dependencies {
    ......
    implementation 'com.squareup.okhttp3:okhttp:3.4.1'
    .....
}