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

Posted

技术标签:

【中文标题】从 Android N (--min-api 24) 开始支持:okhttp3.Request okhttp3.Authenticator【英文标题】:supported starting with Android N (--min-api 24): okhttp3.Request okhttp3.Authenticator 【发布时间】:2020-04-21 06:33:14 【问题描述】:

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

【问题讨论】:

【参考方案1】:

将此添加到您的 Module:app

build.gradle
android
    compileOptions 
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    

会有用的

【讨论】:

当前的JavaVersion 是什么。你是在降低java版本还是增加。

以上是关于从 Android N (--min-api 24) 开始支持:okhttp3.Request okhttp3.Authenticator的主要内容,如果未能解决你的问题,请参考以下文章

8D8: Default interface methods are only supported starting with Android N (--min-api 24): void(示例代码(

Error: Default interface methods are only supported starting with Android N (--min-api 24): java.io.

Error: Default interface methods are only supported starting with Android N (--min-api 24)类似问题解决(示例代

Android studio“MethodHandle.invoke 和 MethodHandle.invokeExact 仅支持从 Android O (--min-api 26) 开始”构建 AP

错误:仅从 Android O (--min-api 26) 开始支持调用自定义

错误:仅从 Android O 开始支持 MethodHandle.invoke 和 MethodHandle.invokeExact (--min-api 26)