Project Automatically Compiles upon open.

已回答

Whenever I open project it automatically starts compiling even when it is unable to because of the specific gradle versions needed to compile the project.

Auto-Compile is disabled inside my settings.

0

>Whenever I open project it automatically starts compiling even when it is unable to because of the specific gradle versions needed to compile the project.

How do you know that it is compiling? What do you see in IDE?

On Gradle project opening IDE may launch the project loading process - and you will see the project load (importing) progress in the Build tool window.

0

请先登录再写评论。