我正在使用Found1.8.9进行建模,并且已经设置了我的工作区。然而,在尝试构建gradle时,我得到了以下错误:
gradlew : The term 'gradlew' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
知道怎么解决这个问题吗?谢谢
发布于 2022-07-22 17:26:36
基本上,我所做的是下载jdk和java的早期版本,该版本与ford1.8.9兼容。您还必须安装gradle并在PATH变量中设置它。然后,不要使用梯度,而是使用梯度。它应起作用:)
https://stackoverflow.com/questions/73083728
复制相似问题