Quantcast
Viewing all articles
Browse latest Browse all 21

Getting Started Android On Windows

 

Installation and Configuration of Android Enviroment

In this tutorial you will see how to install and configure new android development environment. If you are new than i recommend you to download ADT bundle because ADT bundle has everything that you want for the android development. ADT includes :

  • Eclipse and ADT plugin
  • Android platform tools
  • Android SDK( software development kit) Tools
  • Emulator (A virtual device for testing your app)

In short you can say ADT is another name of java IDE with latest features. First of all we download sdk.

To download sdk:

 i) Go to google.com ii) Type “Android sdk download”

Image may be NSFW.
Clik here to view.
sdk download

 Click the link highlighted with black circle , you will see the following screen

Image may be NSFW.
Clik here to view.
download adt bundle

Double click blue button named “download the SDK” and go to “Term and Condition page” .

Image may be NSFW.
Clik here to view.
term and condition

Now its a time to decide either to download for 32 bit or for 64 bit system. For this purpose go to system control panel and check the system type. As shown

Image may be NSFW.
Clik here to view.
sys control

Great! Your system is 64 bits so download for 64 bit system go to “Terms and Condition page ” again and marks 64 bits than click Download sdk ADT bundle for windows .

Image may be NSFW.
Clik here to view.
download button

Here is a zip file of 480 MB that you have to download.

Image may be NSFW.
Clik here to view.
save button

Now save it and go back again to developer site to check further requirement ( developer.android.com) . Here you will see that you have to download JDK 6 .

Image may be NSFW.
Clik here to view.
jdk

To download JDK 6 click the following link www.oracle.com/technetwork , Following screen will appear.Image may be NSFW.
Clik here to view.
jdk download

Click “Previous Releases  ” > Java SE 6 > Java Development Kit 6u45

Image may be NSFW.
Clik here to view.
java se 6

Image may be NSFW.
Clik here to view.
download se 6

Image may be NSFW.
Clik here to view.
6u45

Downloading will start. Now you will have done with both of requirements. Great! Now its a time to check your download folder . This is your download folder with ADT bundle and JDK 6.

Image may be NSFW.
Clik here to view.
download folder

Now you have to install JDK . For this right click on Jdk-6u45-windows-x64 and run it , click next till you finish with your downloading.

Image may be NSFW.
Clik here to view.
java next button

Moving towards ADT bundle part, uncompress the folder ( adt-bundle-windows-x86_64-20131030) and  copy uncompress folder to some where that is useful for you instead of download folder .Image may be NSFW.
Clik here to view.
adt bundle

Open this folder to check what is inside it. here you will find three major things inside it.

1) Eclipse : An IDE ( Integrated Development Kit ) that contains plug-in system for customize the environment

2) Sdk : That contains build-tools , extras , platforms-tools etc .

Image may be NSFW.
Clik here to view.
inside bundle

Double click on eclipse folder , you will find eclipse icon . You have to create its shortcut on desktop as you need it again and again.

Image may be NSFW.
Clik here to view.
shorcut

Double click on shortcut and run eclipse as an administrator. you will see startup screen,Finally you will install all of android environment successfully . Congratulation Image may be NSFW.
Clik here to view.
:)

Image may be NSFW.
Clik here to view.
startup


Viewing all articles
Browse latest Browse all 21

Trending Articles