Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulator tool window missing from android studio

My Android Studio IDE is missing the tool window "Emulator" in View -> Tool Windows though the "Launch in a tool window" option is checked in File -> Settings -> Tools -> Emulator.

I don't know what changed this but it used to work properly.

I can't seem to find anyone with the same issue.

like image 975
Ryan Avatar asked Apr 21 '21 12:04

Ryan


People also ask

Why is the emulator not showing in Android Studio?

Probably the project you are running is not compatible (API version/Hardware requirements) with the emulator settings. Check in your build. gradle file if the targetSDK and minimumSdk version is lower or equal to the sdk version of your Emulator.

How do I open an emulator window in Android Studio?

To run the emulator in a separate window instead go to File > Settings > Tools > Emulator (Android Studio > Preferences > Tools > Emulator on macOS) and deselect Launch in a tool window.

Where is the emulator folder in Android Studio?

The default location is the following, where name is the AVD name: Mac OS X and Linux - ~/. android/avd/ name .


1 Answers

Finally, this solved the problem in my case.

Go to File-> Project Structure->Modules and add Android and Apply.

Automatically displays Emulator Menu in Right Panel!

like image 62
Bensal Avatar answered Sep 28 '22 13:09

Bensal