命令行终端启动 emulator
Posted CSR-kkk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了命令行终端启动 emulator相关的知识,希望对你有一定的参考价值。
命令行终端中 cd 到sdk的emulator 目录下
或 在emulator 目录下进入终端:git bash 或 PowerShell
执行:
emulator -list-avds
,查看模拟器列表
emulator @<avd_name>
,启动模拟器
帮助:
emulator -help
以上是关于命令行终端启动 emulator的主要内容,如果未能解决你的问题,请参考以下文章