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.
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.
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.
The default location is the following, where name is the AVD name: Mac OS X and Linux - ~/. android/avd/ name .
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!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With