Answers for "how to run command in terminal emulator android"

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

how to start android emulator via cmd

emulator -avd avd_name
Posted by: Guest on November-26-2021

Code answers related to "how to run command in terminal emulator android"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language