Run Android Emulator in Terminal

 In order to run android emulator, we need to setup android studio, node and npm latest versions. then open terminal and navigate the emulator directory by cd Android/SDK/emulator run the command 

   ./emulator -avd D

Now android virtual device is open.