Logesh rajendren <logeshme <at> gmail.com> writes: > > > This problem arises after updating your android .here is the way to start your emulator . please follow these .1) open command prompt in windows 2) go to android_sdk folder where u have installed it Eg: C:\android-sdk > 3) go to the folder tools inside that where emulator.exe will be there 4) then type emulator <at> My_avd (My_avd is your created android virtual device's name )that's it :) > > On Thu, Sep 1, 2011 at 8:29 PM, Sagar Rajagopal <techie.android <at> gmail.com> wrote: > Hi, > I am getting the below error while trying to run the helloworld > android application. > invalid command-line parameter: Files\Android\android-sdk\tools/ > emulator-arm.exe. > Hint: use ' <at> foo' to launch a virtual device named 'foo'. > please use -help for more information > [2011-09-02 08:38:18 - HelloAndroid] ------------------------------ > [2011-09-02 08:38:18 - HelloAndroid] Android Launch! > [2011-09-02 08:38:18 - HelloAndroid] adb is running normally. > [2011-09-02 08:38:18 - HelloAndroid] Performing > com.example.helloandroid.HelloAndroidActivity activity launch > [2011-09-02 08:38:18 - HelloAndroid] Automatic Target Mode: Preferred > AVD 'My_AVD' is not available. Launching new emulator. > [2011-09-02 08:38:18 - HelloAndroid] Launching a new emulator with > Virtual Device 'My_AVD' > [2011-09-02 08:38:18 - Emulator] invalid command-line parameter: Files > \Android\android-sdk\tools/emulator-arm.exe. > [2011-09-02 08:38:18 - Emulator] Hint: use ' <at> foo' to launch a virtual > device named 'foo'. > [2011-09-02 08:38:18 - Emulator] please use -help for more information > Please help me out to figure the issue as I am a new bie to Android. > I even tried searching for resolution but didnot find anything for > already posted queries. > Please help me to get this resolved. > Awaiting your reply, > Sagar > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers <at> googlegroups.com > To unsubscribe from this group, send email toandroid-developers+unsubscribe <at> googlegroups.com > For more options, visit this group athttp://groups.google.com/group/android-developers?hl=en > > > >
Hi, android has a bug with paths containing spaces. Is your SDK installed in C:\Program Files? You can change that manually to C:\PROGRA~1. Please tell me if you were able to run the hello world app. Because I am also trying to do that. Please check out my post regarding it: http://angelsalvogomez.blogspot.com/2011/09/tinkering-with-android-help-wanted.html Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

