Search code examples
android-studioandroid-build

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?


Solution

  • 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)