What is the command to list the available avdnames

后端 未结 9 1466
迷失自我
迷失自我 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:37

    get into Android/sdk/tools and run following command

    ./emulator -list-avds
    

    which will return something like

    Nexus_5X_API_P
    Nexus_6_API_25
    

提交回复
热议问题