Home > Blockchain >  How to run emulator outside android studio?
How to run emulator outside android studio?

Time:05-29

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

CodePudding user response:

Go to setting -> tools ->emulator and unselecte launch in a tool windows

CodePudding user response:

There are three methods that I can think of.

  1. Thanks to 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

  • Related