I know I can start the emulator avd by typing
emulator.exe @avdname
But is there a command to list the available avdnames? Where are this avd c
List all your emulators:
emulator -list-avds
Run one of the listed emulators:
emulator @name-of-your-emulator
where emulator is under:
${ANDROID_SDK}/tools/emulator