I tried to follow the setup instructions as accurately as i could but, when i try to start the emulator i get this:
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
You must have downloaded the latest android sdk which has this bug..They are suppose to fix the problem but haven't seen any fixes yet.
You can start the emulator manually by going to a dos prompt and navigate to the 'tools' folder inside the android sdk. If you used the default path it should be: c:\program files\android\android-sdk\tools
then you can start any emulator using the following command: emulator @emulator name.. so for example if you have a emulator named wvg854 your command would be: emulator @wvg854