It won't start the virtual device. Why can't things just work??

I'd rather not reinstall everything outside Program Files directory and I don't know and don't care what Eclipse is.

link|improve this question

see also stackoverflow.com/questions/6638713/… – parkerfath Sep 13 '11 at 0:33
feedback

2 Answers

Its because of the spaces in "Program Files (x86)". From the eclipse menu bar do this

  1. Go to Window > Preferences
  2. Click Android
  3. At the "SDK Location bar" change it from C:\Program Files (x86)\Android\android-sdk to C:\Progra~2\Android\android-sdk

It should work perfectly now. (However if you're using a 32bit system then you'd have to change it to 'Progra~1' not 2.)

link|improve this answer
I'm not using eclipse, what should I do? I get the same error – CodingTales Sep 10 '11 at 4:56
@CodingTales what IDE are you using? – deztructicus Sep 12 '11 at 10:31
@CodingTales no matter IDE you're using, changing the file path to the sdk to Progra~2 should still work. – deztructicus Sep 12 '11 at 10:33
feedback

My guess is that you installed the SDK in a path with a space in it. Try uninstalling and installing to C:\Android or something.

Source: http://ideanotion.net/android-sdk-invalid-command-line-parameter-files-error/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.