Answers for "android start emulator from command line"

2

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
0

run emulator from command line

emulator -avd @name-of-your-emulator
Posted by: Guest on April-05-2022
-2

run emulator from command line

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

Code answers related to "android start emulator from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language