无法处理okhttp-3.14.0.jar

时间:2019-03-14 23:41:19

标签: java android rest okhttp3

尝试遵循关于teamtreehouse的课程来构建android weather应用。老师可以在那里运行应用程序并使其在模拟器中运行并崩溃,但是我的什至无法在模拟器中运行,只是给了我很多错误。老师指出,有意的错误将在以后修复。

Heres what some of the errors are.

1 个答案:

答案 0 :(得分:3)

尝试按照in this answer的说明将其添加到您的app/build.gradle

android {
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
}