Run AVD Emulator without Android Studio

后端 未结 30 2001
不知归路
不知归路 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条回答
  •  遥遥无期
    2020-11-28 17:53

    I already have the Studio installed. But without starting (not installing) the Android Studio you can directly start the emulator with

    C:\Users\YOURUSERNAME\AppData\Local\Android\Sdk\tools\emulator.exe -netdelay none -netspeed full -avd YOUR_AVD_NAME

提交回复
热议问题