Quantcast
Viewing all articles
Browse latest Browse all 109

Installing Andriod Phone Emulator on Windows 7

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.
android-01

- 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.
android-02

- Save the file

Image may be NSFW.
Clik here to view.
android-03

- 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.
android-04

- 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.
android-05

- Install any other additional packages selected including ‘Samples for SDK

Image may be NSFW.
Clik here to view.
android-06

- Accept license and click Install

Image may be NSFW.
Clik here to view.
android-07

- Click on Tools > Manage AVDs…

Image may be NSFW.
Clik here to view.
android-08

- On AVD Manager screen → click Device Definitions → scroll and select desired device → click Create AVD…

Image may be NSFW.
Clik here to view.
android-09

- Change AVD Name and click OK

Image may be NSFW.
Clik here to view.
android-10

- Click OK on summary screen

Image may be NSFW.
Clik here to view.
android-11

- Select the new emulator and click on Start…

Image may be NSFW.
Clik here to view.
android-12

- Accept default scale size and click Launch

Image may be NSFW.
Clik here to view.
android-13

- Wait for the emulator to start as it does take a bit of time

Image may be NSFW.
Clik here to view.
android-14

- The android familiar screen should appear now Image may be NSFW.
Clik here to view.
:)

Image may be NSFW.
Clik here to view.
android-15


Viewing all articles
Browse latest Browse all 109

Trending Articles