Thursday 4 December 2014

Android Installation Step

In this tutorial, we show you about installation step of Android on your machine.Before installing Android SDK in your system ,first you should have JDK otherwise it will not work.
  1. Install JDK first if you don't have.
  2. Setup Environment Variable for jdk in properties of computer set PATH=C:\Program Files\Java\jdk1.7.0_65\bin;
  3. Download ADT Bundle from Android Official site http://developer.android.com/sdk/index.html 
  4. Extract the file and go to eclipse folder and start eclipse
  5. click on android sdk manager icon SDK Manager
  6. A wizard will open then select all API Level and Tools and Extras Folder and start installing these API.It takes lot of time you should have a good quality internet connection.
  7. After installing all API and Extras,your android size will goes to 10 to 15 GB,now you can start developing Any type of Android Application.
  8. Please refer another tutorial for developing a Simple android application.

No comments:

Post a Comment