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.
- Install JDK first if you don't have.
- Setup Environment Variable for jdk in properties of computer set PATH=C:\Program Files\Java\jdk1.7.0_65\bin;
- Download ADT Bundle from Android Official site http://developer.android.com/sdk/index.html
- Extract the file and go to eclipse folder and start eclipse
- click on android sdk manager icon
- 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.
- 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.
- Please refer another tutorial for developing a Simple android application.