Afinas EM
Afinas EM

Reputation: 3215

Emulator option missing from Android studio IDE 4.1.2

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

Upvotes: 2

Views: 342

Answers (3)

SamuraiKek
SamuraiKek

Reputation: 1

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

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

Upvotes: 0

Afinas EM
Afinas EM

Reputation: 3215

[SOLVED]

Issue solved after restarting the system :)

Upvotes: 0

Stoyan Milev
Stoyan Milev

Reputation: 735

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

enter image description here

Upvotes: 1

Related Questions