If you are looking to test a mobile app and would like to test run it on an emulator, one of numerous options available is to use the Android SDK virtual mobile device emulator which runs on a Windows machine. The emulator lets you run a prototype, develop and test Android applications without using an actual physical mobile phone.
Follow the steps outlined below to successfully run an Android mobile emulator
- Go to http://developer.android.com/sdk/index.html → click on Download the SDK (ADT Bundle for Windows)
Image may be NSFW.
Clik here to view.
- Accept the terms and conditions → select either 32-bit or 64-bit version depending on your hardware type → click on Download the SDK
Image may be NSFW.
Clik here to view.
- Save the file
Image may be NSFW.
Clik here to view.
- Unpack the ZIP file (named adt-bundle-<os_platform>.zip) → save it to an appropriate location like “C:\Projects\” directory
Image may be NSFW.
Clik here to view.
- Open the folder C:\Project\adt-bundle-<os_platform> directory → launch SDK Manager.exe → From the Android SDK Manager screen, ensure the following packages are installed:
- SDK Tools
- SDK Platform-tools
- SDK Platform
Image may be NSFW.
Clik here to view.
- Install any other additional packages selected including ‘Samples for SDK‘
Image may be NSFW.
Clik here to view.
- Accept license and click Install
Image may be NSFW.
Clik here to view.
- Click on Tools > Manage AVDs…
Image may be NSFW.
Clik here to view.
- On AVD Manager screen → click Device Definitions → scroll and select desired device → click Create AVD…
Image may be NSFW.
Clik here to view.
- Change AVD Name and click OK
Image may be NSFW.
Clik here to view.
- Click OK on summary screen
Image may be NSFW.
Clik here to view.
- Select the new emulator and click on Start…
Image may be NSFW.
Clik here to view.
- Accept default scale size and click Launch
Image may be NSFW.
Clik here to view.
- Wait for the emulator to start as it does take a bit of time
Image may be NSFW.
Clik here to view.
- The android familiar screen should appear now Image may be NSFW.
Clik here to view.