What is the command to list the available avdnames

后端 未结 9 1465
迷失自我
迷失自我 2021-01-30 02:49

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

9条回答
  •  醉酒成梦
    2021-01-30 03:18

    On Mac and Linux operating system:

    1. Navigate to Android/sdk/emulators
    2. Run command ./emulator -list-avds

    This will give you all the avd's created on your system.

提交回复
热议问题