How to Open Android emulator inside Android Studio from command line

Sometimes we need to start an Android Emulator instance from the command line to achieve different things, e.g. use a different DNS because we are behind some service like a PiHole. If we use the traditional way, we will get a new instance in a very own window, but …

more ...