skip to Main Content

In Android Studio Flamingo there is a tab called Running Devices and it’s opening automatically after each Run Application, is there a way to disable this automatic opening?

I tried to disable Enable mirroring of physical Android devices option but the tab still opened automatically.

enter image description here

4

Answers


  1. Chosen as BEST ANSWER

    Based on this issue on the issue tracker, this is fixed in Android Studio Giraffe. Thanks @dominicoder

    enter image description here


  2. I am not sure, but maybe there would be an option to prevent this inside "app -> Edit Configuration" section.

    android_studio

    Login or Signup to reply.
  3. Go to Settings -> Tools -> Emulator and uncheck Launch in a tool window like so:

    enter image description here

    Login or Signup to reply.
  4. Android Studio by default presents you with the last workspace you worked with. This might be an issue related to that. As far as I know, there is no toggle or anything related to disabling or enabling this. So, you might instead try, reinstalling the Android Studio. Also, don’t worry about your projects, all data will be stored intact.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search