Android

adplus-dvertising
Pre Requirement for Android applications
Previous Home Next

Before starting Android Application we need some pre requirement .We require some basic knowledge of Core java ,XML, JavaScript, Android Libraries and Application framework

  1. Java Development Kits - JDK1.6 and above version :
  2. Click here to download Java Development Kits

  3. Android SDK : You can download SDK and Install the SDK starter package for different- different OS.

    Click here to download SDK

  4. Eclipse IDs : If you will be developing in Eclipse with the Android Development Tools (ADT) Plugin. If you need to install Eclipse, you can download it from here :

    Click here to download ADK

    Note: Install the ADT Plugin for Eclipse (if you'll be develo ping in Eclipse).

  5. Android SDK Tools : Next Step, you’ll need to get the Android SDK Tools straight from Google. Unpack and install this to a directory you’ll remember – you need to reference this in the next few steps.
  6. Click here to download Android SDK Tool

  7. ADT Plugin : Installing the ADT Plugin for Eclipse and adding Platforms and other components.
  8. Operating System Environments: Android application can make run and debug on Window/Linux/Mac OS X .
  9. Previous Home Next