Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 4.1+ emulator sidebar?

This question been bugging me since the release of the built-in emulator tab. How to make it appear? Like, enforce it.

Because it just seems to appear whenever. I work mainly with Flutter projects and some projects just open and there it is. Other projects don't have the emulator tab so I have to run it in a separate window like it used to be. There are no options anywhere - it either "is" or not. I want consistency and I like it being a tab. How to enable it once and for all? Is it possible?

like image 609
Amy Wong Avatar asked Dec 03 '22 17:12

Amy Wong


1 Answers

Solution is quite simple, if I don't see emulator in my Flutter project, I check in File->Project Structure, see picture.

There has to be an "Android" module, if there is none, just add it from a '+' menu, that's all, the Emulator tab will appear.

enter image description here

like image 70
galloper Avatar answered Jan 01 '23 16:01

galloper