Answers for "how to launch emulator using command prompt"

1

start emulator from command line

@Get list of available emulators:
$ emulator -list-avds

Output:
2.7_QVGA_API_21
2.7_QVGA_API_22
Nexus_10_API_30
...

@Start emulator
$ emulator -avd Nexus_10_API_30
Posted by: Guest on February-20-2021
-1

run emulator from command line

emulator @DEVICE_NAME
Posted by: Guest on August-04-2021

Code answers related to "how to launch emulator using command prompt"

Browse Popular Code Answers by Language