android执行时命令行参数无效

时间:2011-05-20 02:42:30

标签: android-emulator

当我单击run as android应用程序时,它显示以下错误:

[2011-05-20 10:32:45 - Emulator] invalid command-line parameter: on.
[2011-05-20 10:32:45 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'.
[2011-05-20 10:32:45 - Emulator] please use -help for more information

2 个答案:

答案 0 :(得分:0)

这很可能是由于路径中的空间。由于修订版12为每个人提供此错误。我的是Eclipse Indigo Classic的第12版。

  • 请将您的android-sdk文件夹移动到某处,以便路径中不包含任何空格。

  • 或者,从命令行尝试。

答案 1 :(得分:0)

使用以下步骤 -

  1. 右键单击Project - >运行方式 - >运行配置 - >目标
  2. 向下滚动
  3. 其他模拟器命令行选项,键入

    -http-proxy http://10.1.1.10:8080
    
  4. 重启你的模拟器,它会起作用,它也适用于我