0

I am not able to see 'more' options for the emulator in the Android studio. I want to change the location from the options menu.

enter image description here

Mohammed Uzair
  • 145
  • 1
  • 11
  • Get some reference from this: https://stackoverflow.com/questions/64538739/android-studio-4-1-emulator-extended-controls/64538884 – Akki Jun 21 '21 at 06:20

2 Answers2

3

Update as of Sept 2021

Developers now have access to all extended emulator controls when the emulator is opened in a tool window.

Previous Answer

As per the official documentation it's a limitation See here

Currently, you can't use the emulator's extended controls when it's running in a tool window. If your development workflow depends heavily on the extended controls, continue to use the Android Emulator as a standalone application.

settings launch in tool window

Uncheck and run again.

Monster Brain
  • 1,950
  • 18
  • 28
2

Just go the File->Setting->Tools->Emulator

And then uncheck the checkbox and press apply and run the application again this will show you the emulator with all detail.

enter image description here

Syed Rafaqat Hussain
  • 1,009
  • 1
  • 9
  • 33