Amy Wong
Amy Wong

Reputation: 345

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?

Upvotes: 6

Views: 2424

Answers (1)

galloper
galloper

Reputation: 941

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

Upvotes: 20

Related Questions