安卓AVD模拟器
我已传输我的文件到新计算机,但现在当我尝试通过 Eclipse 运行 AVD 时,出现此错误:
[2011-08-23 22:20:58 - Emulator] invalid command-line参数:文件。 [2011-08-23 22:20:58 - 模拟器] 提示:使用“@foo”启动名为“foo”的虚拟设备。 [2011-08-23 22:20:58 - 模拟器] 请使用 -help 获取更多信息
是什么原因造成的?
Possible Duplicate:
Error Android SDK: invalid command-line parameter files
I transfered my files to a new computer but now when I try to run the AVD through eclipse I get this error:
[2011-08-23 22:20:58 - Emulator] invalid command-line parameter: Files.
[2011-08-23 22:20:58 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'.
[2011-08-23 22:20:58 - Emulator] please use -help for more information
What is causing it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
sdk路径不能包含空格。可能你的sdk位于c:/program files/...等路径中,所以program files目录中有一个空格。将其放在路径中没有空格的目录中
sdk path can't contain spaces.May be your sdk is in some path like c:/program files/...So a space in program files directory.Place it in a directory where there is no spaces in the path
尝试使用以下方法更新它:
其中
foo
是您的 AVD 名称。Try updating it using:
Where
foo
is your AVD name.您可能将文件复制到带有空格的路径(例如,C:/Program Files (x86)/Android/)
尝试将其移动到 C:/Android(路径中没有空格)。
如果您想维护带有空格的路径,请执行以下操作:
在 Eclipse、Windows -> 中首选项-> Android 选项卡 -> SDK位置
或
You probably copied the files to a path with spaces (E.g., C:/Program Files (x86)/Android/)
Try moving it to C:/Android (No spaces in the path).
If you want to maintain a path with spaces do something like this:
In Eclipse, Windows -> Preferences -> Android Tab -> SDK Location
or
在命令行中:
接下来,您需要将 Android SDK 的路径更改为指向 C:\Android。
At the command line:
Next, you want to change the path to your Android SDK to point to C:\Android.