Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Emulator Tool Windows Not Show

I was creating a flutter project, but I want to run my AVD in the android studio window itself, I already select the option in "Settings-> Tools-> Emulator" and check the option that says "Launch in a tool windows" but it still executes me regardless of the emulator. enter image description here

I've already done several unsuccessful searches, does anyone have any ideas?

enter image description here

---Updated----- Create a project in normal java and there if that window appears I think it is a problem in flutter or something similar.

like image 348
Jorge Avatar asked Jul 05 '21 06:07

Jorge


2 Answers

Finally! This is the solution Android Studio 4.1+ emulator sidebar?

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

Automatically displays Emulator Menu in Right Panel!

like image 93
Jorge Avatar answered Oct 02 '22 23:10

Jorge


Try File-> Project Structure-> Modules and add Android and Apply.

like image 29
Bensal Avatar answered Oct 02 '22 23:10

Bensal