无法启动 Android 模拟器
我刚刚在 Windows 7 x64 Professional 上安装了带有新 Android SDK 和 ADT 的 Eclipse。我已经创建了一个模拟器并尝试启动它,但启动失败并显示以下消息:
invalid command-line parameter: Files.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information
当我创建另一个模拟器时,它也无法启动并显示相同的消息。谁能提供解决方案吗?提前致谢。
I've just installed Eclipse with fresh Android SDK and ADT on Windows 7 x64 Professional. I've created an emulator and tried to start it, but starting fails with this message:
invalid command-line parameter: Files.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information
When I create another emulator, it also fails to start with the same message. Can anyone provide a solution? Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更改Android SDK的路径以确保它没有空格,例如使用Progra~1而不是Program Files。
Change the path of Android SDK to make sure it has no spaces, for example use Progra~1 instead of Program Files.
不要使用包含 withespace 的路径来安装 SDK。
您还可以从命令行尝试:
考虑到您的 PATH 包含 SDK 安装目录。
Don't use a path that contains withespace for the SDK installation.
You can also try from command line:
considering that your PATH includes the SDK installation directory.