skip to Main Content

I’m using flutter for the first time on linux (Ubuntu). When I was on Windows, the emulator of my android device poped out like this: normal way

but now it looks like this: (it is in a tab or something in the android-studio)
how it looks in my case = wrong

how can I make it, that it looks like the first image? (that the emulated phone pops out like in the first picture)

Greetings and thanks for reading

2

Answers


  1. File -> Settings -> Tools -> Emulator
    And disable "Launch in a tool window"

    Login or Signup to reply.
  2. On android studio upper bar

    File->settings->tools->emulator->
    then check or uncheck -launch in tool window

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search