Thursday, 18 September 2014

How to set up android development tool, 3 simple steps...

Step 1: Installing Eclipse

The first thing that you need to do before you start developmint in android is to download the Eclipse IDE. Click here to download eclipse---> DOWNLOAD
download the eclipse standard.



Step 2: Installing Android plugin(SDK manager)

Eclipse once downloaded will not come with android support. So you need to install the android plugin for eclipse..
To do this Click on Help --->  install new software


Now, in work with add this url and press ADD. 
 
https://dl-ssl.google.com/android/eclipse/

After pressing add, eclipse will suggest some package to install. Install them! Now you have your SDK manager setup..

Step 3: Installing API

The final step is installing API. Open Window--> Android SDK Manager 
Now you will get a list of all the API ie is the different android version. Download the API, the version whom you wanna develope an app. 

Tip: Download API of jelly bean or after that. It gives more functionallity..


Now restart Eclipse!!! You can now start building amazing applications for android!!

No comments:

Post a Comment