Search code examples
flutterandroid-emulator

How to run emulator outside android studio?


I am using Android Studio bumbleBee version in Windows 10 . Appears in a window when I run the emulator. My monitor is small and it is better to have it separately as before.

enter image description here


Solution

  • There are three methods that I can think of.

    1. Thanks to @vishal beep answer, You can simply go to file => setting=>search emulator in the search field=>select emulator=>uncheck launch in a tool window. Screenshot below.

    enter image description here

    1. Since it is a flutter project Instead of going to device manager you can simply
    • Click on the device list first and
    • Select Refresh if you don't see your emulator
    • Once refreshed you should be able to see the emulator like the screenshot below.
    • select the emulator, and run your application.

    here.

    3. Or you can run the emulator as usual and then right-click on the emulator window and choose View mode=>Select Float option instead of Docked Pinned screenshot attached below

    here

    Thanks, Keep coding