How to Launch Android Emulator in tool window within Android Studio. rather than a standalone device
Below we have Android Emulator Launch as a Standalone device. Let us change it to Android Emulator Launch in tool Window
To Launch Android Emulator in tool Window Follow this Step to change Some Setting in Android Studio, Open andriodStudio -> Goto -> File ->Setting ->Tools -> Emulator -> Enable Launch in tool Window. -> Apply -> Click ok, then open Avd again
Finally, You will get Android Emulator in the tool window embedded with an android studio like below.
➤Notice
Finally! This is the solution
Go to File->Project Structure->Modules and add Android Framework and Apply.
Automatically displays Emulator Menu in Right Panel!
, if you don't see the "Android" module, just add it from a '+' menu, that's all, the Emulator tab will appear.
Leave a Comment