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.
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.
Its because of the spaces in "Program Files (x86)". From the eclipse menu bar do this
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.)
Assuming Windows install:
C:\Program Files (x86)\Android\android-sdk\tools
.emulator.exe -avd "avd_name
, (e.g. emulator.exe -avd AVD_1.5
).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/