androidshellconfigurationadbandroid-virtual-device

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?


Solution

  • AFAIK avdmanager list avd is what you need.