Search code examples
androidandroid-emulatoradbandroid-2.2-froyo

Unable to start an Android emulator


I've just installed Eclipse with fresh Android SDK and ADT on Windows 7 x64 Professional. I've created an emulator and tried to start it, but starting fails with this message:

invalid command-line parameter: Files.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information

When I create another emulator, it also fails to start with the same message. Can anyone provide a solution? Thanks in advance.


Solution

  • Change the path of Android SDK to make sure it has no spaces, for example use Progra~1 instead of Program Files.