installing android sdk_demo

Upload: laksh-manan

Post on 03-Jun-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/12/2019 Installing Android SDK_Demo

    1/22

    Developing Android Applications

    Android SDK Installation

  • 8/12/2019 Installing Android SDK_Demo

    2/22

    Welcome to this session on Android installation.

  • 8/12/2019 Installing Android SDK_Demo

    3/22

    Introduction

    Devesh is a developer at XYZ, a mobilesolutions provider based in Bangalore. In a newproject, Devesh has been asked to install the

    Android platform on a variety of iPads in order to

    install, run and test Android applications.The developer is new to the Android platform,and requires a step-by-step installation guide forinstalling Android on the Windows OS.

    Devesh finds that he needs to install the AndroidSoftware Development Kit (SDK).He views a demo on installing the Androidplatform.

  • 8/12/2019 Installing Android SDK_Demo

    4/22

    Android SDK Installation

    The Android SDK offers a complete setof tools for creating AndroidapplicationsUpon installing the Android SDK, thedeveloper can build applications forspecific hardware or softwareThe developer can also test and debug

    applications using the tools that Android SDK offersThe kit includes libraries, emulator,sample code, tutorials, and tutorials

  • 8/12/2019 Installing Android SDK_Demo

    5/22

    Android SDK Installation

    System RequirementsOperating Systems SupportedWindows XP (32-bit), Vista (32- or 64-bit), orWindows 7 (32- or 64-bit)Development Environment Supported andRequirements:

    Eclipse 3.6 (Helios) or greater

    Eclipse Java Development Tools(JDT) plugin

  • 8/12/2019 Installing Android SDK_Demo

    6/22

    Android SDK Installation

    Recommended Integrated DevelopmentEnvironment (IDE) Packages :o Eclipse Integrated Development Environment

    (IDE) for Java Developerso

    Eclipse Classico Eclipse IDE for Java Enterprise Edition (EE)

    Developers JDK 6 - Java Runtime Environment (JRE)

    alone is not sufficient Android Development Tools (ADT)

    plugin recommended

  • 8/12/2019 Installing Android SDK_Demo

    7/22

    Android SDK Installation

    Recommended Hardware Requirementso Minimum 2 Gigabyte (GB) of Random

    Access Memory (RAM)o Intel Core2Due or equal processor for x86

    architectureo 4 GB hard disk space

  • 8/12/2019 Installing Android SDK_Demo

    8/22

    Android SDK Installation Steps1. Check if the Java Development Kit is installed on the system. If

    not, go towww.oracle.com/technetwork/java/javase/downloads/index.html .Scroll down to locate Java SE 6 and click DOWNLOAD below JDK.

    http://c/Users/AB/Documents/Exemplarr/From-Freelancer/Aparna/28-01-2013/Review2_Fixed/www.oracle.com/technetwork/java/javase/downloads/index.htmlhttp://c/Users/AB/Documents/Exemplarr/From-Freelancer/Aparna/28-01-2013/Review2_Fixed/www.oracle.com/technetwork/java/javase/downloads/index.html
  • 8/12/2019 Installing Android SDK_Demo

    9/22

    Android SDK Installation Steps

    2. In the Get the Android SDK page, on the rightside, click Download the SDK ADT Bundle forWindows .

  • 8/12/2019 Installing Android SDK_Demo

    10/22

    Android SDK Installation Steps 3.

    In the Terms and Conditions page, read the terms.Click I have read and agree with the above termsand conditions checkbox. Depending on the capacityof the processor, select 32-bit or 64-bit .

  • 8/12/2019 Installing Android SDK_Demo

    11/22

    Android SDK Installation Steps

    4. Click Download the SDK ADT Bundle forWindows enabled button.

  • 8/12/2019 Installing Android SDK_Demo

    12/22

    Android SDK Installation Steps

    5. In the File Download dialog box, click Save.

  • 8/12/2019 Installing Android SDK_Demo

    13/22

    Android SDK Installation Steps

    6. In the home directory create a new directory, forexample, Android SDK . Double-click the AndroidSDK directory and click Save . The adt-bundle-windows-x86 file is saved to the directory.

  • 8/12/2019 Installing Android SDK_Demo

    14/22

    Android SDK Installation Steps

    7. Right-click the adt-bundle-windows-x86 file andselect Extract to adt-bundle-windows-x86

  • 8/12/2019 Installing Android SDK_Demo

    15/22

    Android SDK Installation Steps

    The files are extracted to the a dt-bundle-windows-x86 folder in the Android SDK folder.

  • 8/12/2019 Installing Android SDK_Demo

    16/22

    Android SDK Installation Steps

    8. Double-click the adt-bundle-windows-x86 folderto open it.

  • 8/12/2019 Installing Android SDK_Demo

    17/22

    Android SDK Installation Steps

    9. Double-click the eclipse folder to open it.

  • 8/12/2019 Installing Android SDK_Demo

    18/22

    Android SDK Installation Steps

    The contents of the eclipse folder are displayed.

  • 8/12/2019 Installing Android SDK_Demo

    19/22

    Android SDK Installation Steps

    11. Double-click the eclipse icon to start the IDE.

  • 8/12/2019 Installing Android SDK_Demo

    20/22

    Android SDK Installation Steps

    12. The Workspace Launcher dialog box is displayedwith the default workspace location. Select aWorkspace and click OK .

  • 8/12/2019 Installing Android SDK_Demo

    21/22

    Android SDK Installation Steps

    13. The Android IDE is displayed.

  • 8/12/2019 Installing Android SDK_Demo

    22/22

    Android SDK Installation Steps

    The Android Platform was installedsuccessfully!