Installing Android SDK
This document describes how to install Android SDK on Windows 7. Tested for 32-bit versions.
- Install Java SDK (e.g., 1.6).
- Eclipse
- Download and extract Eclipse into a user-profile directory. Do not extract to a Windows-restricted folder such as Program Files. Do not have spaces in the pathname of the installation directory.
- SDK
- Download and install Google Android SDK to a user-profile directory. Do not extract to a Windows-restricted folder such as Program Files. Do not have spaces in the pathname.
- Android SDK needs to download remaining packages. Everything except the ads can be downloaded.
- Eclipse
- Now Eclipse is run for the first time, you have to install the plugin for Android. There's a website for that. Open Eclipse and Help > Install New Software
- Open the dropdown box. You should see two web address entries. If you do not see these two addresses, then Eclipse has not installed itself properly. I had this problem in a Windows-protected directory.
- Add the following website:
https://dl-ssl.google.com/android/eclipse/ - You should now see Developer Tools appearing in the list below.
- Next to install.
- Install USB driver for the device. For a Google device, the SDK installer should include the driver. Find the device in Device Manager and update the driver to the one the SDK directory.
- Connect the SDK to Eclipse.
- Start Eclipse.
- In Window > Preferences open the Android settings page.
- Specify the path where you installed the android SDK.
Notes:
- Programming the device works much better than using the emulator.
Subversion on Eclipse
- Go to Eclipse and Help > Install New Software
- Add a web site link: http://subclipse.tigris.org/update_1.6.x
- Select everything (SVNKit for getting SVN+SSH to work)
- Once installed, Eclipse restarts
- To switch to the Java SVN client for SVN+SSH, open up Window > Preferences and then Team > SVN and choose SVN Kit as the SVN interface.