`
v5qqcom
  • 浏览: 1287104 次
文章分类
社区版块
存档分类
最新评论

Android开发出现 invalid command-line parameter: Files. 解决办法

 
阅读更多

启动Android程序和虚拟机时候出现如下错误的解决方法。

错误重现:


[2011-07-13 16:22:48 - Emulator] invalid command-line parameter: Files.

[2011-07-13 16:22:48 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'.
[2011-07-13 16:22:48 - Emulator] please use -help for more information


原因:我的系统是window764位,这个错误发生的原因是因为我将Android SDK 文件夹放在了 D:\Program Files (x86)\Android\android-sdk,

而Program Files (x86)中间存在空格所致。


解决方法:将Program Files (x86)用对应的(8.3 Format names)8.3文件名 PROGRA~1 替换,

使用dir /x命令查看对应名称


例如:进入cmd 输入dir /x d:\


故可将 D:\Program Files (x86)\Android\android-sdk
改成 D:\PROGRA~1\Android\android-sdk


如下图所示。 (为什么可用参考http://en.wikipedia.org/wiki/Program_Files



提示:解决办法(2)也可将Android sdk移动到无中文和空格的路径下。无需使用对应8.3文件名替换也可用调试成功.

分享到:
评论

相关推荐

    acpi控制笔记本风扇转速

    AcpiGetHandle: Fix for parameter validation to detect invalid combinations of prefix handle and pathname. BZ 478 Example Code and Data Size: These are the sizes for the OS- independent acpica.lib ...

    hydra 7.2 win32

    commandline option, you can pass one option to a module. Many modules use this, a few require it! To see the special option of a module, type: hydra -U e.g. ./hydra -U http-post-form The special ...

    ChromeCacheView

    Added /copycache command-line option, which allows you to extract files from the cache without displaying any user interface. Also added /CopyFilesFolder, /UseWebSiteDirStructure, and /NewNameIfExist...

    au3反编译源码

    CommandLine: =========== Ah yes to open a file you may also pass it via command line like this myAutToExe.exe "C:\Program Files\Example.exe" -> myAutToExe.exe "%1" So you may associate exe file ...

    Sakemail

    Dmitry Bondarenko say that some servers do not send the msg size after the RETR command, so he fix that issuing a LIST n command first (work nicely).- Added the property CC (Carbon Copy) to the ...

    BURNINTEST--硬件检测工具

    command line option is used. Release 5.3 build 1014 WIN32 release 30 January 2008 - Corrected a problem where the loopback sound test could run out of memory if run for several days. Release 5.3 ...

    Bochs - The cross platform IA-32 (x86) emulator

    - Update Visual Studio 2008 project files in build/win32/vs2008ex-workspace.zip - Added Bochs compilation timestamp after Bochs version string. - GUI and display libraries (Volker) - Added new ....

    CE中文版-启点CE过NP中文.exe

    Fixed Lua toAddress when the 2nd parameter is an address Fixed assembling xmm,m32 Fixed issue when disassembling AVX instructions Fixed rightclicking r8-r9 in the registers window Fixed the plugin ...

    eac3to V3.17

    * command line output is colored now (e.g. errors drawn in red) * MPEG2 1920x1088 bitstream is now automatically patched/cropped to 1920x1080 * log file now contains "<WARNING>" and "<ERROR>" ...

    The Art of Assembly Language Programming

    Some Final Comments on the MOV Instructions <br>4.9 Laboratory Exercises 4.9.1 The UCR Standard Library for 80x86 Assembly Language Programmers 4.9.2 Editing Your Source Files 4.9.3 The ...

    PLSQL.Developer v11.0.0.1762 主程序+ v10中文包+keygen

    Command-line parameter InstanceName added to identify different instances for storing form positions Other enhancements Compare User Objects, Export User Objects and Compare Table Data now allow you ...

    最全的oracle常用命令大全.txt

    非特权用户访问时,会出现以下提示: ERROR: ORA-01035: ORACLE 只允许具有 RESTRICTED SESSION 权限的用户使用 6、startup force 强制启动方式 当不能关闭数据库时,可以用startup force来完成数据库的关闭 先...

    微软内部资料-SQL性能优化2

    A reference to an invalid page (a page that is not in your working set) is referred to as a page fault. Assuming the page reference does not result in an access violation, a page fault can be either ...

    uboott移植实验手册及技术文档

    /* invalid alignment */ } /* chip Enable */ NFCONF &= ~0x800; for(i=0; i; i++); for(i=start_addr; i (start_addr + size);) { /* READ0 */ NFCMD = 0; /* Write Address */ NFADDR = i & 0...

    曲线拟合工具CurveExpert 1.0

    + Extremely small parameter guesses were not allowed in the parameter guess dialog, since its precision was limited to six places. Fixed. Nov. 25, 1995, v. 1.13 ==============================...

    asp.net mvc

    The IIS script mapping script is a command-line script that is used to configure script maps for IIS 6 and for IIS 7 in Classic mode. The script-mapping script is not needed if you use the Visual ...

Global site tag (gtag.js) - Google Analytics