【发布时间】:2020-11-20 11:07:59
【问题描述】:
我首先创建了一个新的 Flutter 项目。
但是我收到了这个错误:
* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> Kotlin could not find the required JDK tools in the Java installation 'C:\Program Files\Java\jre1.8.0_261' used by Gradle. Make sure Gradle is running on a JDK, not JRE.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 33s
Exception: Gradle task assembleDebug failed with exit code 1
我也试过这个方法,但是没用。
【问题讨论】:
-
可能jdk需要更新?
标签: java android flutter gradle sdk