Configuring Android Application Development Environment
Configuring Android Application Development Environment
Configuring Android Application Development Environment
Step 1. Once we download the exe file we can now install it. Just follow what i
mentioned below: To install the jdk, double click on the downloaded exe file (jdk-6u1-
windows-i586-p.exe) Double Click the icon of downloaded exe from the downloaded
location.
Step 2: Now a "License Agreement" window opens. Just read the agreement and
click "Accept" button to accept and go further.
Clicking the "OK" button starts the installation. It is shown in the following
figure.
Step 7: Now "Complete" window appears indicating that installation of jdk 1.6 has
completed successfully. Click "Finish" button to exit from the installation process.
Step 8: The above installation will create two folders "jdk1.6.0_01" and
"jre1.6.0_01" in "C:\ Program Files\ java" folder.
Ensure the following installed Android SDK location in file system, and click on SDK
manager from the android-sdk directory.
Step-5) This step is very important , from the following Window, select tools, API Levels like
API15, API 10, ..etc , and also select Extras-> Google USB Driver package for USB Connections with
real device.
Step-2) Confirm the downloaded .zip file location, and decompress using either
winzip (or) winrar software.
Click OK.
If you have trouble for the plugin, try using "http" in the Location URL,
instead of "https" (https is preferred for security reasons).
3. For the SDK Location in the main panel, click Browse... and locate your downloaded
Android SDK directory (such as android-sdk-windows).
4. Click Apply, thenOK.
Note :With this your Android Installation part is completed, we can configure
Android plugin for other IDEs like Netbeans, IntelliJ IDE also.
Click New... button, name your new AVD, select API target, SD Card size, then click
Create AVD button.
Click Start... button to start your new AVD. It will takes a few minutes for creating
new AVD.
To use the emulator, first we must create AVD configuration, Remember, If project is used with
Android API15 level , then we should use AVD API level also 15.
Every Emulator needs one AVD support, because the AVD configuration provides both software
and hardware support for Emulator, like it can use the services of the Android platform to invoke
other applications, access the network, play audio and video, store and retrieve data, notify the
user, and render graphical transitions and themes.
The emulator also includes a variety of debug capabilities.
The emulator provides dynamic binary translation of device machine code to the OS and
processor architecture of your development machine.
The Android emulator contains all of the hardware and software features of a real mobile
device, except that it cannot place actual phone calls, cant carry.
Emulator provides a screen like as real device to display output of our testing application, using
this we can easily test our applications.