Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable autofix project build configuration

I'm using mainframer to build project.

Android Studio 3.3 Preview after every restart says

The IDE updated the following run configuration: someConfiguration

and really changes it: it adds new build step: Gradle build. It causes double building of project.

How to disable this autofixing?

like image 228
ckesc Avatar asked Jul 11 '18 14:07

ckesc


1 Answers

See comment #3 in Android Studio bug 77840239: This feature can be disabled with a custom vmoption (-Dgradle.ide.gradle.run.configuration.fix.enabled=false)

like image 176
rendo Avatar answered Nov 28 '22 01:11

rendo