-2

Possible Duplicate:
Not able to launch android emulator

After downloading Eclipse indigo, and updating the Android SDK, android Emulators are not starting, the progress bar completes fully but i get the following error and nothing happens:

invalid command-line parameter: Files\Android\android-sdk\tools/emulator-arm.exe.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information

Also when i start eclipse, i get the error that Android i get the error that Location of Android SDK has not been set up in Preferences, but in preferences i have set up the location, which is correct.

Community
  • 1
  • 1
SpeedBirdNine
  • 4,610
  • 11
  • 49
  • 67

2 Answers2

2

change the path of the SDK your path is Program Files\Android\android-sdk tools/. put SDK directly in the drive ie. d:\Android\android-sdk-tools\

note: also remove spaces from the path by renaming the folder name

Mohammed Azharuddin Shaikh
  • 41,633
  • 14
  • 96
  • 115
1

check your sdk path. Make sure the path should not have an empty space like ..../my Sdk/sdk-windos/

ilango j
  • 5,967
  • 2
  • 28
  • 25