Answers for "Run emulator with terminal"

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
0

Run emulator with terminal

cd C:\Users\username\AppData\Local\Android\Sdk\emulator  // terminal path
emulator -list-avds     //to get avd names
emulator -avd Pixel_2_API_30   // to run avd
Posted by: Guest on October-04-2021
-1

run emulator from command line

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

Code answers related to "Run emulator with terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language