Home > OS >  How to make the emulator "independent" in android studio?
How to make the emulator "independent" in android studio?

Time:03-13

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 Emulator settings

CodePudding user response:

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 A.S

  • Related