无法启动 Android 模拟器

发布于 2024-12-05 09:50:08 字数 317 浏览 4 评论 0原文

我刚刚在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

回心转意 2024-12-12 09:50:08

更改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.

彼岸花似海 2024-12-12 09:50:08

不要使用包含 withespace 的路径来安装 SDK。
您还可以从命令行尝试:

emulator @foo

考虑到您的 PATH 包含 SDK 安装目录。

Don't use a path that contains withespace for the SDK installation.
You can also try from command line:

emulator @foo

considering that your PATH includes the SDK installation directory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文