Reputation: 27
I'm trying to run emulator-arm.exe, but I get this error. How do I fix this?
invalid command-line parameter: Files\tools/emulator-arm.exe.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information.
Upvotes: 0
Views: 4996
Reputation: 1
I found that in my case my antivirus deleted my emulator-arm.exe and emulator-x86.exe files. So i installed another antivirus and after that all was working!
Upvotes: 0
Reputation: 750
The error message you've received is one symptom of this issue:
http://code.google.com/p/android/issues/detail?id=18317
To workaround that issue, which appears will be fixed in r13, you could either install the SDK in a location where the path doesn't have spaces, or keep the current location and supply the SDK location using the DOS 8.3 "short name" path. The article above even has comments describing how to find that short path if you don't know how already.
Detailed StackOverflow answers for similar questions are here:
I'd recommend providing details on OS, tools version, Eclipse version, etc. with your question, though, so people have fewer unknowns when answering. Good luck!
Upvotes: 1
Reputation: 15477
sdk path can't contain spaces.May be you are putting your sdk somewhere like c:/windows/program files/...Lokk program files contains spaces.So remove spaces from your sdk path and try.Hopefully it will help
Upvotes: 1