简体   繁体   English

由于这个错误,我无法运行 dart/flutter 代码。 有什么帮助吗? 我

[英]I can't run dart/flutter code due to this error. Any help? I

Kotlin could not find the required JDK tools in the Java installation 'C:\Program Files\Java\jre1.8.0_291' used by Gradle. Make sure Gradle is running on a JDK, not JRE. Kotlin 在 Gradle 使用的 Java 安装 'C:\Program Files\Java\jre1.8.0_291' 中找不到所需的 JDK 工具。确保 Gradle 在 JDK 上运行,而不是 JRE。

I am using Visual Studio Code.我正在使用 Visual Studio 代码。

you can check it is already installed or not with executing您可以通过执行来检查它是否已经安装

which java哪个 java

command on terminal, then you can change your path on system environments.终端上的命令,然后您可以更改系统环境中的路径。

flutter doctor command gives you every dependency problem you might be missing flutter 医生命令为您提供您可能会遗漏的所有依赖性问题

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我无法解决此错误。 有人能帮我吗? - I can't solve this error. Can someone help me? 如何在 flutter 的后台运行 dart 代码? - How can I run dart code in the background in flutter? Flutter 开发 (flutter-dev) › 需要紧急帮助...我无法在 android 设备中运行 flutter 应用程序,并且由于 Z8ED78A771BC9BFDDDDC26 问题而无法构建 apk - Flutter Development (flutter-dev) › Need emergency help… I can't run flutter app in android device and can't build apk due to gradle issue Flutter http 错误,当我尝试使用在 dart 中工作的代码时 - Flutter http error when I try to use code that works in dart 由于未知错误,我似乎无法初始化我的第一个 flutter 项目 - I can't seem to initialize my first flutter project due to unknown error 我无法在Dart插件中运行单个测试文件 - I can't run indivual test files in my Dart plugin 我可以在没有任何 UI 的情况下运行我的 flutter 代码吗.. 就像 api 调用一样 - Can I run my flutter code without any UI.. like an api call 由于 Gradle 错误,Flutter 运行无法正常工作。 尝试了所有解决方案,但没有奏效。 gradle 的问题 - Flutter run not working due to Gradle error. Tried all the solutions but not working. Problem with gradle flutter 和 dart 的新手,通过创建世界时间应用程序来创建初学者项目,但是当我运行代码时会发生这种情况 - new to flutter and dart, creating a beginners project by creating a world time app but this happens when i run the code 每次我运行任何应用程序时,Flutter 都会给我错误 - Flutter gives me error everytime i run any app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM