Learning Android Development

Start Standalone Emulator in Android Studio Dolphin

Having Emulator Ready for Nice Screen Shot Capture Again

In the past, Android Emulator is always a different standalone application not attached to Android Studio. I’m loving that, as

  1. I can easily screen shot nice image for documentation purpose.
  2. Multiple project share the same instance of Emulator, I won’t get confuse why a project’s emulator is showing another project’s app running

However, I think beginning Android Studio Bumblebee (if not mistaken), the Android Emulator is living as part of the screen section in Android Studio as shown below.

Of course, I can undock it as a separate window with the below.

Then we’ll get

--

--