How do I disable the Android Logcat popup?

android-studio, logcat

Solution

Run -> Edit Configurations -> Select your application -> Logcat tab -> Uncheck Show logcat automatically

Problem

How do I disable the Android Logcat popup whenever I launch an app in Android Studio? I use the terminal to check logcat and it is irritating to have to close it each time.

Original source

Related problems