为什么Android Studio会终止Intellij Idea的Java进程?

huangapple go评论120阅读模式
英文:

Why Android Studio kill Intellij Idea java processes?

问题

当我关闭我的Android Studio项目时,Intellij Idea运行中的进程也被终止。
这两个集成开发环境都使用gradle构建项目,我认为这与此有关。

如何避免这种情况发生?

英文:

When I close my Android Studio project, the Intellij Idea running processes are also killed.
Both IDE use gradle build project, I think it's related.

How to avoid this?

答案1

得分: 1

我编辑了我的Android Studio自定义属性,添加了以下行。

idea.gradle.disableDaemonsStopOnExit=true

然后重新启动,问题解决了!这是一个IDE问题 jetbrains.com/issue

感谢@Andrey的评论。

英文:

I edit my Android Studio custom properties, add the following line.

idea.gradle.disableDaemonsStopOnExit=true

And restart, it's fixed! It's an IDE issue jetbrains.com/issue.

Thanks @Andrey comment.

huangapple
  • 本文由 发表于 2020年10月15日 11:39:30
  • 转载请务必保留本文链接:https://go.coder-hub.com/64364516.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定