本文主要是介绍emulator: ERROR: You did not provide the name of an Android Virtual Device,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在CMD下
键入:C:/Android1.5_R3/tools>emulator.exe
显示:
emulator: ERROR: You did not provide the name of an Android Virtual Device
with the '-avd <name>' option. Read -help-avd for more information.
If you *really* want to *NOT* run an AVD, consider using '-data <file>'
to specify a data partition image file (I hope you know what you're doing).
键入:android list avd 查看已有AVD,若没有创建之。
然后键入:emulator 模拟器名称 即可
这篇关于emulator: ERROR: You did not provide the name of an Android Virtual Device的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!