0

Recently I updated the ADT Plugins in eclipse and also installed the sdk package 3.0. After that, I couldn't able to start the emulator. I got the following error while starting emulator: invalid command-line parameter: Nino.. How can I resolve this?

gowri
  • 1
  • 1
  • view recently solved that problem[1] [cant-able-to-start-the-android-virtual-avd-device][1] [1]: http://stackoverflow.com/questions/7156463/cant-able-to-start-the-android-virtual-avd-device/7156528#7156528 – Android Aug 23 '11 at 07:15
  • possible duplicate of [Error Android SDK: invalid command-line parameter files](http://stackoverflow.com/questions/6920816/error-android-sdk-invalid-command-line-parameter-files) – Hans Olsson Aug 24 '11 at 07:48

4 Answers4

1

Please make sure you haven't installed the SDK in a folder with spaces in its name. Spaces don't allow the SDK to run properly...

IncrediApp
  • 10,303
  • 2
  • 33
  • 24
1

Did you tried restarting the abd? This can be done inside the DDMS, and if you look in the devices panel (left upper corner) you'll see there is a little narrow pointing down next to the snapshot icon (a camera) and from there you can restart the abd. Hope it helps you.

JohnWs
  • 13
  • 4
0

May be the problem are the spaces in the path, so just from:

C:\Program Files\Android\android-sdk

to: C:\PROGRA~1\Android\android-sdk

If you have a 64 bit system

From: C:\Program Files (x86)\Android\android-sdk to:

C:\PROGRA~2\Android\android-sdk

Translated from: http://satoriwd.com/astath/?p=11

Randroid
  • 3,688
  • 5
  • 30
  • 55
  • Thanks for all your valid answers. I solved the problem.I have uninstalled the android sdk and installed again. Its working now. – gowri Aug 23 '11 at 07:59
0

go to your system task manager-->processes-> you can see the adb running as (adb.exe) kill that process, and then start your avd.

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