Android installation

InfoDabble > Tech Notes > Android > Android installation
Jump to: navigation, search

The procedure for installing the Google Android SDK is well documented elsewhere. This is a summary of clean installation of a Windows system.

  1. Download and install the Android SDK
    • Unzip the SDK to a suitable directory on your PC. I used \Program Files\Google\Google Android
  2. Download and install Eclipse (Eclipse IDE for Java Developers - Windows)
    • Unzip the filest to a suitable directory. I used \Program Files\Eclipse. Create a desktop shortcut to eclipse.exe
  3. Download and install Sun's JDK
    • I used JDK 6 Update 4, with the Windows Online Installation, all default options
  4. Download and install the Android Development Tools plugin following Google's instructions.
    • After restart, update your Eclipse preferences to point to the SDK directory

Developing Android Applications on Eclipse: follow Google's instructions to create an Android project and set up a launch configuration.