Installation
From OHAwiki
[edit] Installing The SDK
The Android SDK will run on Windows, Linux, and OS X (Intel only). PowerPC is not yet supported due to bugs in the emulator - if you are using a PPC Mac, please follow this thread at the Android developers group.
The official Android site has more information on system requirements and installation if you have further questions.
- Make sure you have Eclipse installed on your machine. This is not absolutely necessary (Android uses Ant build scripts, so it can be set up in any other Java IDE as well), but it is the most convenient solution.
- Download the SDK and decompress it.
- Add the tools/ directory in the decompressed SDK to your path - OS-specific instructions.
- Download and install the Eclipse plugin
- From Eclipse, go to Help > Software Updates > Find and Install
- Go to Search for new features to install and press Next.
- Go to New Remote Site and enter https://dl-ssl.google.com/android/eclipse/ into the URL box. Hit OK.
- Make sure the new site is selected, and press Finish.
- Press Install All.
- Restart Eclipse.
- Change Eclipse preferences to point to SDK directory
- Select Window > Preferences > Android (Mac: Eclipse > Preferences > Android).
- For SDK location, browse to SDK directory.
- Apply then OK.
- Run the emulator from the SDK directory.
- Play around with the OS, have fun! You're set up!
Once you're here, you're ready to start developing.

