Setting up android simulator on Eclipse - error starting the simulator [duplicate]
Possible Duplicate:
Not 开发者_如何学JAVAable to launch android emulator
I just went through a smooth installation of android, and it seems to be working with my Eclipse. But when I opened the "Android SDK and AVD Manager" and pressed new to launch the new simulator, the launch screen gave me this error:
"invalid command-line parameter: Files. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help for more information"
Any idea why that might occur?
In Windows-->Preferences-->Android
set the SDK Location like this C:\PROGRA~2\Android\android-sdk
the problem is the character space on your path
The error occurs because you have spaces in your path.
Try this if you installed on windows in program files:
Eclipse -> Window -> Preferences -> Android -> SDK Location: C:\PROGRA~2\Android\android-sdk
精彩评论