How to Run: To install Eclipse: - Go to: http://www.eclipse.org/downloads/ - Click to download: Eclipse IDE for Java Developers (85MB) - Use the mirror given to you where they say "Download From" then a location. To install the Android SDK - Go to: http://code.google.com/android/download.html - Accept license - Click the package for whichever OS you are using (we used Windows), and download the package: android-sdk-windows-1.0_r2.zip Use this to download the Android plug-in for Eclipse 3.4 (Ganymede): 1. Start Eclipse, then select Help > Software Updates.... 2. In the dialog that appears, click the Available Software tab. 3. Click Add Site... 4. Enter this as the Location: https://dl-ssl.google.com/android/eclipse/ Click OK. 5. Back in the Available Software view, you should see the plugin. Select the checkbox next to Developer Tools and click Install... On the subsequent Install window, "Android Developer Tools", and "Android Editors" should both be checked. The Android Editors feature is optional, but recommended. If you choose to install it, you need the WST plugin mentioned earlier in this page. 6. Click Finish. 7. Restart Eclipse. If you're not using Ganymede, go to this site: http://code.google.com/android/intro/installing.html#installingplugin and there are instructions for Europa - After restart, update your Eclipse preferences to point to the SDK directory: - Select Window > Preferences... to open the Preferences panel. (Mac OS X: Eclipse > Preferences) - Select Android from the left panel. - For the SDK Location in the main panel, click Browse... and locate the SDK directory. For subclipse install, install information is here: http://subclipse.tigris.org/install.html To check out the code, - Open the SVN Repository Exploring Perspective - In the SVN Repository frame, click on the Add SVN Repository toolbar button - Use the following URL: http://svn.assembla.com/svn/Android_Comp523 - Expand the directories to find a folder containing a .project file. Right-click on this folder. Choose Checkout.... - Ensure Checkout as a project in the workspace is selected. Give the project a unique name. - Click Next. Click Finish. - Done! In Eclipse, open the Subversion Perspective, and click on Sample -> Comp523 -> ListTest and check that package out. Then return to your java perspective and you'll have that code. To run, right-click the package and select run Android and the emulator will start up.