How to enable/disable Android Studio from jumping to the first error after build
android-studio, intellij-idea
Solution
@yole was pretty close...
File -> Other Settings -> Default Settings -> Compiler -> Automatically show first error in editor.
Why things has to be so cryptic???
Problem
I try to write some code... while at it the auto build kicks in (or I just manually build) since this action can take some time, I go on typing... As soon as the build is done, and when it finds errors it just opens the file of the first error and jumps to the error line where I go on typing there... Where is the off switch for that feature, please?