//List all your emulators: emulator -list-avds //Run one of the listed emulators with -avd flag emulator -avd @name-of-your-emulator //where emulator is under: ${ANDROID_SDK}/tools/emulator // Ex: emulator -avd Pixel_4_API_29