Setting Up Eclipse IDE

Embed Size (px)

DESCRIPTION

How to Setup your Eclipse - Android Development Environment

Citation preview

  • Setting-up Eclipse IDE

    1. (Prerequisite): Java JDK: Download and install it from here:

    For 32-bit computer: http://download.oracle.com/otn-pub/java/jdk/7u65-b19/jdk-7u65-

    windows-i586.exe

    For 64-bit computer: http://download.oracle.com/otn-pub/java/jdk/7u65-b19/jdk-7u65-

    windows-i586.exe

    2. Download ADT Bundle (Eclipse + Android SDK).

    a. Download it from here: http://developer.android.com/sdk/index.html#download

    b. Note: Select the appropriate installer based on your computer. Select 32-bit if your

    computer is x86-based PC or otherwise select 64-bit.

    3. Extract what you have downloaded. Go to the eclipse folder and launch eclipse.exe

    4. Next go to Window > Android SDK Manager. A window will be shown just like the image

    below:

  • 5. Since this SDK Manager only includes 1 Android version which is Android 4.4, we will

    download additional android versions, Android 2.2 and Android 4.2.2

    To do that, mark Android 4.2.2 and Android 2.2, just like what you see in the image below

    then click Install packages.

    Just wait until all downloads are done.

    6. Before proceeding to this step, be sure that all downloads have been successfully installed

    from the Android SDK Manager. Right-click in the Package Explorer pane and click Import.

    See the image below:

  • 7. Select Android > Existing Android Code Into Workspace. Click Next.

    8. Click Browse

  • 9. Navigate to the folder where you extracted the filipino_recipes. Select the root folder and

    Click OK.

    10. Click Finish

  • 11. Congratulations! We have just imported an existing project to our Workspace.

    12. Source codes can be viewed here. Double-click any .java file to see the code.