DesignPattern icon indicating copy to clipboard operation
DesignPattern copied to clipboard

JDK版本

Open wangwangwanwg opened this issue 1 year ago • 2 comments

小白,向请教一下使用的哪个版本的jdk了?或者遇到一个新项目怎么来确定jdk的版本?

wangwangwanwg avatar Sep 21 '23 07:09 wangwangwanwg

我是一般使用JDK1.8

compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

不过这个比较久了,你可以先用这个,等哪些sdk不支持了就用最新也可以。好像最新版本的android studio 也要用高点的jdk。具体看你了

youlookwhat avatar Sep 22 '23 01:09 youlookwhat

好的,非常感谢

wangwangwanwg avatar Oct 08 '23 03:10 wangwangwanwg