Run AVD Emulator without Android Studio

后端 未结 30 2059
不知归路
不知归路 2020-11-28 17:39

is there a way to run the emulator without starting the Android Studio first. Perhaps from the command line. I know that this feature was available in older versions and has

30条回答
  •  旧时难觅i
    2020-11-28 17:46

    On windows

    ......\Android\sdk\tools\bin\avdmanager list avds
    
    ......\Android\sdk\tools\emulator.exe -avd Nexus_5X_API_27
    

提交回复
热议问题