Thursday 12 September 2013

                                             Android Development
                                              Downloading The SDK for Android
The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android.
If you're a new Android developer, we recommend you download the ADT Bundle to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.
With a single download, the ADT Bundle includes everything you need to begin developing apps:
  • Eclipse + ADT plugin
  • Android SDK Tools
  • Android Platform-tools
  • The latest Android platform
  • The latest Android system image for the emulator
Download SDK for your system which can be 32bit or 64 bit.
If Your System is 32 bit then Click Here To Start Download
If Your System is 63 bit then ClickHere To Start Download

If you prefer to use an existing version of Eclipse or another IDE, you can instead take a more customized approach to installing the Android SDK. See the following instructions:
                                        



                                                         To Use Existing IDE                  
If you already have an IDE you want to use for Android app development, setting up a new SDK requires that you download the SDK Tools, then select additional Android SDK packages to install (such as the Android platform and system image). If you'll be using an existing version of Eclipse, then you can add the ADT plugin to it.

Click Here To Start Download

                                       System Requirements
  • Windows XP (32-bit), Vista (32- or 64-bit), or Windows 7 (32- or 64-bit)
  • Mac OS X 10.5.8 or later (x86 only)
  • Linux (tested on Ubuntu Linux, Lucid Lynx)
    • GNU C Library (glibc) 2.7 or later is required.
    • On Ubuntu Linux, version 8.04 or later is required.
    • 64-bit distributions must be capable of running 32-bit applications.
      Eclipse IDE
    • Eclipse 3.6.2 (Helios) or greater
      Note: Eclipse 3.5 (Galileo) is no longer supported with the latest version of ADT.
    • Eclipse JDT plugin (included in most Eclipse IDE packages)
    • JDK 6 (JRE alone is not sufficient)
    • Android Development Tools plugin (recommended)
    • Not compatible with GNU Compiler for Java (gcj)
    Other development environments
  • JDK 6 (JRE alone is not sufficient)
  • Apache Ant 1.8 or later.


No comments:

Post a Comment