How to open Android Emulator from Command line and install APK in Emulator
#open #Android #Emulator #Command #line
“AndroidTuts”
To open Android Emulator from command line use the following commands
1.Change the directory to your Sdk/emulator
2.List all AVDS available
emulator -list-avds
3.Open AVD With name listed
emulator -avd avd_name
you can also read about this in my…
source