skip to Main Content

enter image description here

When I start the emulator in Android Studio, it opens as a tab. I want to open it in a seperate window.
Additionally, my Visual Studio Code doesn’t see this emulator.

Also, Android Studio, (and VSCode as well) doesn’t see the emulator too. It isn’t listed in select device.

I didn’t use to have these kind of errors. I needed to delete Android Studio. I reinstalled it and things changed.

2

Answers


  1. With the new update it’s possible to open the emulator as a new window clicking on settings icon -> view mode, there you can choose what’s the best for you, maybe it can help.

    Login or Signup to reply.
  2. To resolve the issue, go to: File > settings > tools > emulator.

    After that, untick "launch in a tool window" option.


    Note:

    Restart the program if you couldn’t launch the emulator if instead you get a message that it’s already launched.

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