Quantcast
Channel: Windows – Sysads Gazette
Viewing all articles
Browse latest Browse all 109

Installing Andriod Phone Emulator on Windows 7

$
0
0

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)

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

android-02

- Save the file

android-03

- Unpack the ZIP file (named adt-bundle-<os_platform>.zip) → save it to an appropriate location like “C:\Projects\” directory

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

android-05

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

android-06

- Accept license and click Install

android-07

- Click on Tools > Manage AVDs…

android-08

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

android-09

- Change AVD Name and click OK

android-10

- Click OK on summary screen

android-11

- Select the new emulator and click on Start…

android-12

- Accept default scale size and click Launch

android-13

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

android-14

- The android familiar screen should appear now :)

android-15


Viewing all articles
Browse latest Browse all 109

Trending Articles