What is the command to list the available avdnames

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

    List all your emulators:

    emulator -list-avds

    Run one of the listed emulators:

    emulator @name-of-your-emulator

    where emulator is under:

    ${ANDROID_SDK}/tools/emulator

提交回复
热议问题