You need to setup a virtual device for your program to run inside. In eclipse you would go to run->external tools etc. Once you have your virtual device setup and running - you can launch your app with run - it weill ask you on which virtual device to run - and you can then pick your configured on.
On Jul 18, 9:39 pm, Idaho SteelersFan <[email protected]> wrote: > Hi, > > A lot of people that run 64 bit windows such as windows 7 have ran into this > issue. Maybe if you have installed the SDK into "C:\Program > Files(x86)\Android\android-sdk" instead of "C:\Program > Files\Android\android-sdk" (which if using something like Windows 7 it will > need to go into the C:\Program Files(X86), use the: > C:\PROGRA~2\Android\android-sdk\ in Eclipse under Window --> Preferences --> > android --> SDK Location: > > This could be a quick simple fix if you are running something like Windows > 7. If that doesnt work use the android update avd command to recompute the > path to the system images. > > Sid > > > > > > > > On Sun, Jul 17, 2011 at 8:37 AM, qia li <[email protected]> wrote: > > Hi Guys, > > I am setting up the android development environment by following the > > tutorial on youtube. > > However, when i tried to run my first program, errors occur and i am > > not sure why. could anyone advise? > > > error msg as follow: > > invalid command-line parameter: Files. > > Hint: use '@foo' to launch a virtual device named 'foo'. > > please use -help for more information > > > Many thanks > > > Allen > > > -- > > 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 -- 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

