step by step android installation

Here you will learn what software are required for running an android application.

STEP 1
Install java development kit (JDK) if you are developing android application with java language.

                                              download JDK

STEP 2
Download & install Eclipse IDE for JAVA developers for developing androind application.

                                             download Eclipse

STEP 3
Download & install ANDROID SDK 

                                           download Android SDK

STEP 4
Download ADT plugin for Eclipse. Follow the following steps.

  • Start Eclipse, then select Help > Install New Software.
  • Click Add, in the top-right corner.
  • 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/

  • 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).
  • In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  • In the next window, you'll see a list of the tools to be downloaded. Click Next.
  • 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.
  • When the installation completes, restart Eclipse.

STEP 5
Configuring the ADT plugin

After you've installed ADT and restarted Eclipse, you must specify the location of your Android SDK directory:

  • Select Window > Preferences... to open the Preferences panel (on Mac OS X, select Eclipse > Preferences).
  • Select Android from the left panel.
  • You may see a dialog asking whether you want to send usage statistics to Google. If so, make your choice and click Proceed.
  • For the SDK Location in the main panel, click Browse... and locate your downloaded Android SDK directory (such as android-sdk-windows).
  • Click Apply, then OK.
If you haven't encountered any errors, you're done setting up ADT and can continue to the next step of the SDK installation.


If you are unable to use Eclipse to download the ADT plugin as a remote update site, you can download the ADT zip file to your local machine and manually install it.

for more instructions visit  Android developers

                                 
                                       Run your 1st android program



0 comments:

Related Posts Plugin for WordPress, Blogger...
Copyright © 2013 futureX | Blogger Template by Clairvo