to create an avd, the following command will work (again, assuming you
have installed the SDK properly):

android create avd -n testAvd -t 2

then you could start the emulator (with your newly created avd) with
this command:

emulator -avd testAvd

No eclipse required.

On Jul 26, 6:18 pm, Mike Wolfson <mwolf...@gmail.com> wrote:
> At a minimum, you will need to download the SDK, and install it on
> your system.  (Which includes making sure everything is properly
> configured in your path)
>
> Then, you can issue the following command on at any command prompt:
> emulator -avd <avd name>
>
> You should have an avd named 'G1', I think it comes standard with the
> SDK, otherwise, you will need to create an AVD for the emulator to
> use.
>
> On Jul 24, 1:42 pm, popetorak <popeto...@gmail.com> wrote:
>
> > I just want to run it. Dont want or need eclipse.
>
> > The docs dont make sense
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to