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
On Mac and Linux operating system:
Android/sdk/emulators
./emulator -list-avds
This will give you all the avd's created on your system.