Pete Freitag Pete Freitag

Howto Install and Run the Android Emulator

Updated on May 27, 2020
By Pete Freitag
misc

I am in the process of building some mobile apps for one of my clients, and while I'm pretty familiar with running the iPhone simulator and building iPhone apps, I'm pretty new to the Android development tools at this point. So I thought I would give a quick and easy guide for folks to follow, that might be interested in getting started with Android Development and running the Android Emulator.

I should mention that there is also an Eclipse Plugin for Android Development as well that you can use instead. Also, I'm using a Mac, but I think the steps should be pretty close if you are running Windows or Linux.

Step 1 - Download the Android SDK

Download the Android SDK, and unzip it somewhere. I placed the android-sdk-mac_86 folder in my /Applications/ folder, but you can put it wherever you want.

Step 2 - Optional Add to System Path

Since we are using the command line you might find it useful to add the android-sdk-platform/tools folder to your system path so you can run the android commands from any folder.

Step 3 - Install Android Platforms

At this point, I tried running the emulator command, but the SDK doesn't contain any Android Platforms, the Android platform is essentially Android OS, you need to install at least one version (eg 1.6, 2.1, 2.2, etc) to run the emulator.

To install platforms run the android command located in the tools folder of the SDK (use Terminal.app on a Mac, or the Command Prompt on Windows, Linux folks you know what to do :). This will pop up a window. Select Available Packages, pick some platform versions and install.

Step 4 - Create a Virtual Device

Still in the android tool, click on Virtual Devices on the left, and then click New. Here's an example of the settings for the new device:

android virtual device manager, create avd file

Once you create the avd file, it should show up in the listing of Android Virtual Devices:

android virtual devices listing

Step 5 - Run the emulator

Now select the virtual device you just created and click Start on the right, and the emulator should start running:

Android Emulator


android emulator mobile google

Howto Install and Run the Android Emulator was first published on August 20, 2010.

If you like reading about android, emulator, mobile, or google then you might also like:

Discuss / Follow me on Twitter ↯

Comments

and I cannot read this on the Android Development Site, why?
Please take a look here for detailed instructions:
http://developer.android.com/guide/developing/tools/emulator.html
by AAP on 08/24/2010 at 8:13:36 PM UTC
@AAP The Android site does provide useful and very detailed documentation. I am not trying to replace their documentation here, rather I'm trying to illustrate how to get up and running quickly.
by Pete Freitag on 08/24/2010 at 10:17:33 PM UTC
When I first installed Android SDK on Windows it refused to work and no meaningful error message was displayed. Resorting to tools like SysInternals ProcMon I was able to figure out Android SDK depended on Java. I had Java JRE, but its path was not set on the PATH environment variable.

So if you happen to see similar behaviour when you first install Android SDK, check Java JRE/JDK is installed and the directory it was installed in is included on the PATH environment variable.
by Luciano Evaristo Guerche (Gor?e) on 08/30/2010 at 10:06:46 AM UTC
Nice dispatch and this enter helped me alot in my college assignement. Say thank you you as your information.
by WP Themes on 09/22/2010 at 2:50:17 PM UTC
Step 1 - Download the Android SKD

Download the Android SDK,
PROOFREAD!
by marvin nubwaxer on 12/02/2010 at 6:41:19 PM UTC
It just keeps says Android_ how can i load an apk file?
by Matt on 03/16/2011 at 10:21:33 PM UTC
After creating virtual device when i click run i'm getting the following error
"invalid command-line parameter: Files.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information"
by Madhu on 08/21/2011 at 2:59:56 AM UTC
@invalid command-line parameter error:
Either use a file-name without spaces, or alternatively, use the older format for folder - the one which uses 8 chars, so replace c:\program files\android-sdk with c:\progr~1\android-sdk
by Yoge` on 09/13/2011 at 1:40:45 PM UTC
i created an android emulator and when i click on start it says emulator is starting that's it nothing is getting started can you please solve my problem
by vijay deepak on 06/01/2012 at 1:33:10 PM UTC
I created an android emulator and when click contact image, i got "force to close" message. I need add contact...Please help me... Any idea..!!!
by Deepanraj on 02/06/2013 at 6:42:02 AM UTC
I am getting the following message:-

Starting emulator for AVD '40And4'
Failed to create Context 0x3005
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
emulator: emulator window was out of view and was recentered
by Arun Wadhwa on 05/11/2013 at 9:36:45 PM UTC