What is the command to list the available avdnames
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 configuration stored?
Using sdk/tools/emulator
This will list all available avds
emulator -list-avds
AFAIK avdmanager list avd
is what you need.