Run AVD Emulator without Android Studio

后端 未结 30 2053
不知归路
不知归路 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:56

    Here is what I've done to run the emulator quickly in windows : I've created a windows batch file like this :

    start C:\Users\{Username}\AppData\Local\Android\Sdk\tools\emulator.exe -avd {Emulator_Name}
    

    and just run the batch file every time I need the emulator.

提交回复
热议问题