문제

I am trying to build a project, run it in debug mode and i keep getting "Synchronizing output directories" in Intellij. It takes around 5-10 minutes for an actual build. The project is almost empty and is stored on local drive. I tried to invalidate the catche but has not worked. Out of ideas .. anyone had any similar issues?

도움이 되었습니까?

해결책

Most likely, some of your data is on a network drive or in your profile which is being synchronized with a network drive.

If you are on windows, try moving your .IdeaXXX/system directory and your work directory to somewhere else on your C: drive.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top