开发者社区 问答 正文

为什么android模拟器在eclipse不能运行?

我的模拟器不能运行,我在如下的路径安装了eclipse.exe文件, D:uni course softwareandroideclipse
下面是报错信息:

Android Launch!
adb is running normally.
 Performing com.example.loginpg.LoginpgActivity activity launch
 Automatic Target Mode: launching new emulator with compatible AVD 'fyp'
 Launching a new emulator with Virtual Device 'fyp'
 invalid command-line parameter: course.
 Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information

展开
收起
蛮大人123 2016-06-16 10:33:55 2405 分享 版权
1 条回答
写回答
取消 提交回答
  • 我说我不帅他们就打我,还说我虚伪

    "D:\uni course software\android\eclipse"文件中software前面有多个空格,course是无效的命令行参数.
    用没有空格的目录来记录,例如 c:\android-dev

    2019-07-17 19:40:27
    赞同 展开评论