简体   繁体   English

如何从命令行运行模拟器

[英]How to run emulator from command line

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

I guess you did not specify the correct name of your AVD.我猜您没有指定正确的 AVD 名称。 You can use emulator -list-avds to see a list of your available AVDs and use their name with emulator -avd {name_of_avd} to run that AVD.您可以使用emulator -list-avds查看可用 AVD 的列表,并将其名称与emulator -avd {name_of_avd}一起使用来运行该 AVD。 For more information check this link有关更多信息,请查看 此链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM