从 Android N (--min-api 24) 开始支持:okhttp3.Request okhttp3.Authenticator

M A*_*han 8 android android-studio okhttp android-studio-3.0

仅从 Android N (--min-api 24) 开始支持静态接口方法: okhttp3.Request okhttp3.Authenticator.lambda$static$0(okhttp3.Route, okhttp3.Response)

sai*_*mar 25

将此添加到Module:app 的build.gradle

android{
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
}
Run Code Online (Sandbox Code Playgroud)

它会工作