Emulator option missing from Android studio IDE 4.1.2

Viewed 281

Upgraded my android studio to 4.1.2, and enabled the option "Launch in a tool window". still, I couldn't able to see the emulator menu in the sidebar.

Android Studio 4.1.2 Build #AI-201.8743.12.41.7042882, built on December 20, 2020 Runtime version: 1.8.0_242-release-1644-b01 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 1237M Cores: 16 Registry: ide.new.welcome.screen.force=true, external.system.auto.import.disabled=true Non-Bundled Plugins: org.jetbrains.kotlin, Dart, io.flutter

enter image description here

enter image description here

3 Answers

You have to enable this option from the Settings window (File -> Settings)

enter image description here

[SOLVED]

Issue solved after restarting the system :)

For anyone getting this issue, this is how I've fixed it:

From the menu bar, go to View -> Tool Windows -> Emulator.

Related