Run AVD Emulator without Android Studio

后端 未结 30 2057
不知归路
不知归路 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 18:03

    For Windows users:

    • Copy your Emulator name.
    • Go to this directory: C:\Users\[yourusername]\AppData\Local\Android\Sdk\emulator
    • Right click on emulator.exe and send as a shortcut to where you want.
    • Right click on shortcut .exe file and add your Emulator name just copied to end of target textbox with @ symbol.
    • Double click your shortcut and done!

    C:\Users\[yourusername]\AppData\Local\Android\Sdk\emulator\emulator.exe @EmulatorName

提交回复
热议问题