更改项目的Java版本打开app目录下的build.gradle,更改compileOptions中的内容,例如
compileOptions {
sourceCompatibility JavaVersion.VERSIO
2022-03-11