Poshak Pathak
Poshak Pathak

Reputation: 21

How to make the emulator "independent" in android studio?

Is there a way to run the emulator where you can drag it around instead of having it in one place like the one shown in this video? I cannot drag it around, and I would like to have an option that allows me to view my program in the landscape mode.

Upvotes: 1

Views: 764

Answers (2)

Sambhav Khandelwal
Sambhav Khandelwal

Reputation: 3765

It is easy. This setting can be found in the Preferences -> Tools -> Emulator. There you will find a checkbox named Launch in a tool window. You need to uncheck it. The next time you will run the emulator, it will open outside Android Studio as a new window but a new window which belongs to Android Studio

Upvotes: 2

Anisur Rahman Tonu
Anisur Rahman Tonu

Reputation: 444

Go to Preferences(Settings) > Tools > Emulator

Then uncheck Launch in a tool window. That's it.

Emulator settings

Upvotes: 1

Related Questions