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.
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.
4
Answers
Based on this issue on the issue tracker, this is fixed in Android Studio Giraffe. Thanks @dominicoder
I am not sure, but maybe there would be an option to prevent this inside "app -> Edit Configuration" section.
Go to Settings -> Tools -> Emulator and uncheck Launch in a tool window like so:
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.