Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to remove emulator from tool window android studio

for the new android version 4.1 or newer, we can run the emulator directly to the android studio tool window. it's good. so I add an emulator there, but I face some problems seeing this full screen of the emulator if I open logcat. so, now I want to remove the emulator from there. (i am unable to find out this setting, that where we remove this connection form directly show in android studio).

see this image,(it helps you to get my question proper)

again, in short, I want to remove the emulator tool window from my android studio. (i want to directly open this in the default way)

enter image description here

like image 406
shirsh shukla Avatar asked Dec 22 '20 05:12

shirsh shukla


People also ask

How do I remove Android emulator from Windows?

Step 1 : File -> Setting -> Tools -> Emulator Just uncheck the checkbox of "Launch in tool window" & click on Apply at right bottom & restart Emulator again.

How do I delete an emulator?

Deleting an emulator In Android Studio, open the AVD Manager from “Tools” → “AVD Manager”, where you'd normally launch an emulator. In the “Actions” column, click the arrow pointing down to open the menu for the emulator you want to delete. Select “Delete” and confirm in the dialog.

How do I delete an emulator folder?

In an Android Studia go to Tools -> AVD Manager. In a new window have a list with your emulators. You choose emulator which you want to delete, and in righе side a have a button in the form of a triangle (Spinner or DropDownList). In this list have an option "Delete".


2 Answers

go to File -> Setting -> tools -> Emulator and uncheck the checkbox (Launch in tool window) and apply changes. That's it. and restart your emulator

like image 133
Priyanka Avatar answered Oct 13 '22 11:10

Priyanka


For Windows,

Step 1 : File -> Setting -> Tools -> Emulator Just uncheck the checkbox of "Launch in tool window" & click on Apply at right bottom & restart Emulator again.

For Mac OS,

Step 1 : Android Studio -> Preference -> Tools -> Emulator Just uncheck the checkbox of "Launch in tool window" & click on Apply at right bottom & restart Emulator again.

If still emulator is in Tool Window then first you need to stop running emulator in Tool Window.

For stop emulator,

Step 2 Open AVD Manager -> Choose down arrow of your selected emulator -> click on "Stop".

Just verify Step 1 before running your application again. Now you have to run your application.

like image 36
Dhruv Patel Avatar answered Oct 13 '22 09:10

Dhruv Patel