[android-beginners] Re: How do i run the emulator?

2009-07-26 Thread Mike Wolfson
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

[android-beginners] Re: How do i run the emulator?

2009-07-26 Thread greg
The SDK has a tools directory that includes the emulator application, which you can start with the following command line: emulator -avd your_avd_name as described at http://developer.android.com/guide/developing/tools/emulator.html On Jul 24, 4:42 pm, popetorak popeto...@gmail.com

[android-beginners] Re: How do i run the emulator?

2009-07-26 Thread Mike Wolfson
Jinx you owe me a coke ;-) On Jul 26, 6:37 pm, greg sep...@eduneer.com wrote: The SDK has a tools directory that includes the emulator application, which you can start with the following command line:    emulator -avd your_avd_name as described at