6

It's really annoying and I guess there was an option for this ( How do you stop Console from popping up automatically in Eclipse ) but I don't see that, at least not in ADT. It's really annoying. Btw, if someone knows a way to keep the entire tab below (the one with problems, logcat, console, etc) to keep minimized until I decide that they should show up, that would help

Community
  • 1
  • 1
Thiago
  • 746
  • 1
  • 10
  • 22

1 Answers1

-1

The Run/Debug->Console preference page also offers those options.

nitind
  • 19,089
  • 4
  • 34
  • 43
  • 5
    I tried that, it doesn't work. Especially when Eclipse is still loading the projects in the workspace. It's a pain, you have to wait 5 minutes until it finishes, better than getting interrupted by the window every 5 seconds – Thiago Aug 06 '13 at 19:50
  • What's it doing with the Console while you're loading projects? – nitind Aug 07 '13 at 05:46
  • it keeps showing up in front of my editor so I have to change view all the time. It's usually errors in other projects that in the moment I don't have any interest in knowing about. – Thiago Aug 07 '13 at 15:33
  • @nitind, It's not the console that's causing the problem but the messages in `LogCat`. There doesn't seem to be a way to stop `LogCat` from appearing automatically. – Pacerier Nov 18 '14 at 07:30