TacB0sS
TacB0sS

Reputation: 10266

How to enable/disable Android Studio from jumping to the first error after build

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?

Upvotes: 6

Views: 1099

Answers (2)

TacB0sS
TacB0sS

Reputation: 10266

@yole was pretty close...

File -> Other Settings -> Default Settings -> Compiler -> Automatically show first error in editor.

Why things has to be so cryptic???

Upvotes: 5

yole
yole

Reputation: 97178

Settings | Compiler | Automatically show first error in editor

Upvotes: 1

Related Questions