Monday 4 February 2013

Start with Android Basic in Eclipse

Start with Basic Android Developing using Eclipse

  Steps to follow:

           Download Eclipse for  Mobile Developer

 

 For installing eclipse 


          You should have  Java SE Development Kit





open eclipse

For Installing Android :

Go to help > Install new Software

 


Download the ADT Plugin:

  1. Click Add, in the top-right corner.
  2. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
     
    https://dl-ssl.google.com/android/eclipse/
     
  3. Click OK. If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
  4. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  5. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  6. Read and accept the license agreements, then click Finish. If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
  7. When the installation completes, restart Eclipse.


Install new software

Add repository

 



Licenses




Get the Android SDK:

Download the Sdk from Android-Sdk Location
Choose the directory to install and add the location in eclipse

Sdk Location


Open Window

   

Install sdk tools
Thus click the location and install the require SDK with tools

Add ready to start with Android project Go to File > New > Android Application Project


Android app start



No comments: