Thursday, 16 July 2015

Installation Process of Android

Before you start learning all concepts coding, you must need to know how to configure android into your computer.

Here I provide you one of the best link for android installation.

https://developer.android.com/sdk/index.html

If you want to develop your android application using Eclipse then go throw following steps.

Step 1: Download Eclipse for your computer with 32 bits or 64 bits.
            You can download Eclipse from here.

Step 2: Download Java Jdk 8 or later. You Can download Java from here.

Step 3: You need to download ADT Bundle. You can download from Here.

Step 4: Once you download everything then you must install java first. After completion of installation set the jdk path ( C:\Program Files\Java\jdk1.8.0_45\bin) like following.

Go to you Desktop ---> Select My Computer ---> Right Click on My Computer ---> Select Properties ---> Advance System Settings ---> System Properties window.




























Click on Environment Variables. You will get its window like this.




In System variables select Path like following:




























After select Path click on Edit and very first you need to set the jdk path like following:



























Once you set the path then click on Ok ---> Ok ---> Apply ---> Ok.

Step 5: Extract Eclipse and ADT Bundle into your drive where you want to develop your android application.

Step 6: Run eclipse.exe and you will get following window. In that you can give your work space name where your all projects to be store. Click on Ok.














Step 7: In eclipse go to Help ---> Install New Software.





















Click on Add button and type following.












Click on Ok. You will get Developer Tools. ---> Click on Select All ---> Next ---> Accept Licence
---> Finish.

Wait for complete installation of Developer Tools.


























Step 8: After installation of Developer Tools go to Window ---> Preferences. You can see Android Installed in left panel.

In right side of same dialog you have to set the path of android sdk which is extract into your drive.

After set the path of sdk just click on Apply and Ok. You will get default android version which is installed.

For install more android versions see the next step.























Step 9: Install more api levels using SDK Manager. Go to Window ---> Click on Android SDK Manager.

You will get sdk manager and you must have to install all versions of android. After completion of installation must restart Eclipse.





No comments:

Post a Comment