美文网首页
不启动AndroidStudio,直接启动其虚拟机

不启动AndroidStudio,直接启动其虚拟机

作者: XBruce | 来源:发表于2021-05-07 16:49 被阅读0次

    Open notepad, input below text:

    cd /d C:\xxx\Tools\Android\Android\emulator
    emulator @[YOUR_AVD_NAME]
    

    Replace [YOUR_AVD_NAME] with your avd name. You can check the name via command:

    emulator -list-avds
    

    Remeber another point, the path of emulator.exe should be \emulator\emulator.exe, not tool\emulator.exe

    相关文章

      网友评论

          本文标题:不启动AndroidStudio,直接启动其虚拟机

          本文链接:https://www.haomeiwen.com/subject/nmqedltx.html