Issue
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.
Solution
There are three methods that I can think of.
- Thanks to @vishal beep answer, You can simply go to
file
=>setting
=>searchemulator
in the search field=>selectemulator
=>unchecklaunch in a tool window
. Screenshot below.
- 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.
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
Thanks, Keep coding
Answered By - codingwithtashi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.