任务“:android_intent_plus:compileReleaseJavaWithJavac”执行失败。 > 错误:无效源版本:17

问题描述 投票:0回答:1

enter image description here

嘿,我每次都会遇到这个错误。我的JDK版本是17,Flutter是最新的。

Android Studion 信息 --

  • Android Studio Koala 功能下降 | 2024.1.2 补丁 1
  • 构建#AI-241.19072.14.2412.12360217,建于2024年9月12日
  • 运行版本:17.0.11+0--11852314 amd64
  • VM:JetBrains s.r.o. 的 OpenJDK 64 位服务器 VM
  • Windows 11.0
  • GC:G1年轻代,G1老一代
  • 内存:3072M
  • 核心:6
  • 非捆绑插件:
  • org.jetbrains.plugins.go-模板(241.14494.150)
  • 飞镖(241.18808)
  • com.localizely.flutter-intl (1.18.5-2023.2)
  • idea.plugin.protoeditor (241.15989.49)
  • dev.polek.adbwifi (1.2.6)
  • com.intellij.plugins.vscodekeymap (241.14494.150)
  • com.jetbrains.kmm (0.8.3(241)-9)
  • com.developerphil.adbidea (1.6.15)
  • org.jetbrains.compose.desktop.ide (1.6.2)
  • com.github.copilot (1.5.24.6840)
  • io.flutter(81.0.2)
我在每个使用 JDK 17 的包中都遇到了这个错误

我更改了jdk veriosn更新了android studio。但它不起作用

android flutter java-17
1个回答
0
投票

我修好了。我刚刚将 JDK 17 路径添加到 gradle.properties 文件中。而且工作很顺利

© www.soinside.com 2019 - 2024. All rights reserved.