Eclipse 中的 AVD 无法在模拟器中工作?
我正在使用 Eclipse Classic 和 Android SDK 为客户编写一个 Android 应用程序。
我遇到的问题是 AVD 在启动时没有运行,只显示此消息。
无效的命令行参数:文件。提示:使用“@foo”启动 名为“foo”的虚拟设备。请使用 -help 获取更多信息*
任何帮助将不胜感激。
I am in the process of putting together an android application for a client using Eclipse Classic with the Android SDK.
The problem I have is the AVD is not running when I start it, just showing this message.
invalid command-line parameter: Files. Hint: use '@foo' to launch a
virtual device named 'foo'. please use -help for more information*
Any help would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看看你的android SDK安装在哪里。这意味着您的 SDKManager.exe 文件在哪里。
该文件的路径不应包含超过 2 个文件夹。
在我的电脑中,SDKMANager.exe 的路径是“ C:\Android\android-sdk-windows”。
在 android-sdk-windows 文件夹中,所有内容都在那里,例如插件、文档、工具、SDKManager.exe 等。
如果您安装了诸如“C:\Programe Files\MyFolder\Android\android-sdk-windows”之类的任何位置,那么它将无法运行。
删除所有文件夹并保留 2 个文件夹,就像我上面描述的那样。
Just take a look where you have installed the android SDK. This means where is your SDKManager.exe file.
The path up to that file should not have more then 2 folder.
In my computer the path for SDKMAnager.exe is " C:\Android\android-sdk-windows".
In android-sdk-windows folder everything is there like addons, docs, tools, SDKManager.exe etc.
If you have installed anywhere like " C:\Programe Files\MyFolder\Android\android-sdk-windows" then it will not run.
Remove all folder and remain with 2 folder like I have described above.
请删除 android sdk 路径上的空间。
Please remove space on android sdk path.
是的,当您没有正确安装 SDK 或看到此 首先运行时,就会发生这种情况Android 应用程序 - 错误消息。
Ya it is happen when you had not installed SDK properly or see this Running first Android application - error message .