Testing applications with Android SDK emulator

androidsdk01

To test an application in Android environment without misconfiguring the smartphone or tablet is now possible using the tool Android SDK.

Available in both 32&64 bit platforms and different environments, Android SDK is an emulator useful to configure a device in the lab environment to check the functionality of an application before the deployment in production environment.

Installation

First step is to download from the website the latest release of Android SDK with the correct platform that fit into the working network.

 

androidsdk02

Unzip the downloaded file .zip (adt-bundle-windows-x86_64-20130219.zip) and save it in a local directory, “Android SDK” for instance.

androidsdk03

In order to work, the program Eclipse needs Java environment JRE or JDK installed on the computer paying attention to the used platform 32 or 64bit.

androidsdk04

To fix the warning message, edit the system variables from Start > Control Panel > System and Security > System > Advanced system settings and add the variable:

C:\Program Files\Java\jre7\bin

androidsdk05

Enter the directory adt-bundle-windows-x86_64-20130219/eclipse/ and double click the file eclipse.exe.

androidsdk06

The program is then executed showing the startup screen.

androidsdk07

If no different needs, leave default settings and click OK.

androidsdk08

Main screen is shown.

androidsdk09

From File > New menu you can access the available options.

androidsdk10

This tool allows to test Android applications to be installed in the production environment (Lotus Traveler for instance) before the actual deployment.

android sdk 1