简体   繁体   English

在idea的工具窗口中没有gradle工具

[英]no gradle tool in Tool windows in idea

How to make show up gradle Projects in idea.I search from View->Tool Window-> but there is only maven project.如何在idea中显示gradle项目。我从视图->工具窗口->搜索,但只有maven项目。 I already loaded gradle project, but I can't manage it due to not existing gradle projects.How I could make show up it or I should download it from somewhere我已经加载了 gradle 项目,但由于不存在 gradle 项目,我无法管理它。我如何才能显示它,或者我应该从某个地方下载它在此处输入图片说明

IntelliJ have certainly had trouble solving this particular problem, but as of 2018.3.6 the solution has certainly gotten better: IntelliJ 当然在解决这个特定问题时遇到了麻烦,但从 2018.3.6 开始,解决方案肯定变得更好了:

  1. find the gradle.build file找到 gradle.build 文件
  2. right-click on it and select Import Gradle Project .右键单击它并选择Import Gradle Project no idea () why they've decided to do it this way, but it works, the Gradle tool window becomes available, and it has become a gradle project.不知道 () 他们为什么决定这样做,但它有效,Gradle 工具窗口可用,并且它已成为一个 gradle 项目。

C:\\Users\\user\\AppData\\Roaming\\JetBrains\\IdeaIC2021.2 There is a disabled_plugins.txt, open it and delete the "org.gradle..." things and save it. C:\\Users\\user\\AppData\\Roaming\\JetBrains\\IdeaIC2021.2 有个disabled_plugins.txt,打开删除“org.gradle...”的东西,保存。 Restart IntelliJ.重新启动 IntelliJ。 It helped me, there are Gradle options in New Projects.它帮助了我,新项目中有 Gradle 选项。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM