When I click the \'run as Android application\' option, it shows the following error:
[2010-08-16 16:56:35 - Emulator] invalid command-line parameter: http:/
i did the following and my problem was solved(MY PROBLEM:when i wanted to run an emulator from the AVD manager,i received the following error "invalid command-line parameter: Files. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help for more information") i think its happens when in the path of android.exe (in the tools folder in android-sdk directory) any space exists (like C:/Program Files(x86)/... between Program and Files) So what did i do? -i deleted all virtual devices that have created. -copied the whole android-sdk folder somewhere else. -uninstalled and reinstalled SDK in another path without any spaces(like C:/Android/android-sdk) -i copied the contents of old sdk-android (which was copied before uninstalling) like platform tools and platforms folders to the new path.(you can download platform tools and platform(s) again from the avd manager but this waist time) it worked for me and i hope it works for you too. thanks