skip to Main Content

Virtual emulator by default is now dock with the IDE itself instead of floating window, thus I changed its View Mode to Float and later Window. Now it seems scrolling no longer works properly on both setup and I believe there is a bug going on here based on the experience I am getting. Whenever I scroll up or down using a mouse, the virtual device disappear and running it again will prompt the user that the device is already running. The question is where did the emulator go? I cannot see it on any tab either.

enter image description here

enter image description here

enter image description here

3

Answers


  1. Please press long click on power button of the emulator and then press power off.enter image description here

    Login or Signup to reply.
  2. The emulator tool is located on the right side of the IDE. When the emulator tool is closed, the emulator is still running so you need to just click on "Emulator" on the right side of the IDE. However, as you mentioned, it is buggy and sometimes you have to stop the emulator and rerun to get it to display again.

    However, to make things easier, you can launch the emulators in their own separate windows. It seems to be more user friendly.

    To get the emulator to launch in their own windows, you have to disable the the "Launch in a tool window" setting. Here are the instructions to disable it.

    Android Studio on Mac:
    Go to Android Studio->Preferences->Tools->Emulator and then uncheck "Launch in a tool window"

    Android Studio on Windows:
    Go to File->Settings->Tools->Emulator and then uncheck "Launch in a tool window"

    Now your emulators will open in their own windows and you can even open multiple emulators and view them side-by-side if you wish. With the Emulator tool, it was impossible to view multiple emulators side-by-side. Instead, you had to switch emulator tabs.

    Login or Signup to reply.
  3. make sure your source code app there is no error compiling, then just click button Run your code (not button run / play emulator), when your app delivered to emulator, your emulator appear back again

    button run app on the right

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