Sanjay
Sanjay

Reputation: 443

Error while launching emulator

I have installed android sdk in C:\Android\andoird-sdk-windows.I have created one sample application..While launching the emulator, it is giving error as:

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

There is no white space in the folder structure where I have installed android sdk..I am new to Android development..Please help me.

Thanks in advance,

Nagendra Shasthri S

Upvotes: 1

Views: 180

Answers (1)

Thomas Padron-McCarthy
Thomas Padron-McCarthy

Reputation: 27632

Do you have a space in the name of the virtual device? Try to create a new one in the AVD manager, without spaces in the name.

Upvotes: 2

Related Questions