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.
Unzip the downloaded file .zip (adt-bundle-windows-x86_64-20130219.zip) and save it in a local directory, “Android SDK” for instance.
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.
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
Enter the directory adt-bundle-windows-x86_64-20130219/eclipse/ and double click the file eclipse.exe.
The program is then executed showing the startup screen.
If no different needs, leave default settings and click OK.
Main screen is shown.
From File > New menu you can access the available options.
This tool allows to test Android applications to be installed in the production environment (Lotus Traveler for instance) before the actual deployment.