Run AVD Emulator without Android Studio

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

     Update 2020/05:
     Windows 10
    

    first get a list of emulators, open cmd and run :

    cd %homepath%\AppData\Local\Android\Sdk\emulator
    

    then

    emulator -list-avds
    

    next create a shortcut of emulator.exe found in the directory above, then change the properties in it by editing the Target: text box like this

    emulator.exe @YourDevice

提交回复
热议问题