如何从命令行 运行 模拟器

How to run emulator from command line

emulator: ERROR: No AVD specified. Use '@foo' or '-avd foo' to launch a virtual device named 'fo

我猜你没有指定正确的 AVD 名称。您可以使用 emulator -list-avds 查看可用 AVD 的列表,并将它们的名称与 emulator -avd {name_of_avd} 一起使用到 运行 该 AVD。有关详细信息,请查看 this link