简体   繁体   中英

Why Android Studio kill Intellij Idea java processes?

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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