Android Studio 模拟器工具 Windows 不显示

Android Studio 模拟器工具 Windows 不显示

问题描述:

我正在创建一个 flutter 项目,但我想在 android studio 窗口本身中运行我的 AVD,我已经在设置->"中选择了该选项;工具->模拟器"并选中在工具窗口中启动"选项但无论模拟器如何,它仍然会执行我.

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.

我已经做了几次不成功的搜索,有没有人有任何想法?

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

---更新-----在普通 Java 中创建一个项目,如果出现该窗口,我认为这是 flutter 或类似问题.

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

终于!这是解决方案 Android Studio 4.1+ 模拟器侧边栏?

转到文件->项目结构->模块并添加Android框架并应用.

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

在右侧面板中自动显示模拟器菜单!

Automatically displays Emulator Menu in Right Panel!