• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Invalid Command-Line Parameter Eclipse Android

mik07

Lurker
[2011-08-03 13:32:48 - InfoProductApp] ------------------------------
[2011-08-03 13:32:48 - InfoProductApp] Android Launch!
[2011-08-03 13:32:48 - InfoProductApp] adb is running normally.
[2011-08-03 13:32:48 - InfoProductApp] Performing com.ipp.InfoProductApp activity launch
[2011-08-03 13:32:48 - InfoProductApp] Automatic Target Mode: launching new emulator with compatible AVD 'Android_1.5'
[2011-08-03 13:32:48 - InfoProductApp] Launching a new emulator with Virtual Device 'Android_1.5'
[2011-08-03 13:32:48 - Emulator] invalid command-line parameter: Files\Android\android-sdk\tools/emulator-arm.exe.
[2011-08-03 13:32:48 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'.
[2011-08-03 13:32:48 - Emulator] please use -help for more information


* Can anyone help me i'm trying to run an application i made on Eclipse Android Platform The OS i use is Win7 when i'm running my application i run into this problem and my virtual android machine won't run anymore please help me how to fix this problem step by step.. :confused::(:eek:


--------------------------------------------------------------------------
 
Welcome to AF! I moved your thread to the App dev forum.

I think this is a common problem - so hopefully someone will reply - I dont use the emulator though so don't know myself.
 
Never encountered it, but to me it looks like you installed the Android SDK in "Program Files" and the space inside the path is messing things up:
invalid command-line parameter: Files\...

I'm pretty sure that's not supposed to be a parameter.
 
Back
Top Bottom