Step 01 - Setup

Instructions for working in Walton Building PC Labs:

If you are working on the workstations in the IT Building, locate the C: Drive in the Explorer, and navigate to ‘C:\dev\javaee\eclipse’ folder. Run (double click on) the “Eclipse” application.

Proceed with the next step of the lab.

Instructions for working on your own laptop

Download and install the Eclipse IDE from

Select the version “Eclipse for Java EE Developers”. The primary prerequisite for installing Eclipse is that you have a recent Java installation on your workstation. To see if you have Java, and to install it if you do not, visit:

Installing Eclipse is usually just a matter of unarchiving the Eclipse download. This unarchiving tool here will generally be much faster than native windows archive support:

Download and install the Android SDK from

and make sure you scroll down to the end of the page!

This download is actually the SDK Manager (not the full SDK), where you can choose which versions of the Android platform you want to install & develop with - select Version 5.0 (or above, we’ll leave 6.0 for the moment).

NOTE : these downloads are quite large so it’s advisable to have these versions installed BEFORE class.

Step 01 - 图1

Finally, Add the following “New Software” in Eclipse to install the Eclipse ADT Plugin from

like so….

Step 01 - 图2

and then “Add” a new site….

Step 01 - 图3

Once installed, this will allow you to develop Android Apps in a similar manner to any other Eclipse Projects.

Next, navigate to and explore the new “eclipse” folder

Step 01 - 图4

You will notice the program “eclipse” in there - double click to launch it now. It should launch in about 30 seconds. At first you will see this splash screen:

Step 01 - 图5

And then it will eventually display this dialog box:

Step 01 - 图6

Before pressing “OK”, read the suggested path carefully. This is the path where eclipse will create and manage any projects you create The suggested path may be ok for the moment - but ideally the best location is directly from your C: drive, perhaps in a subdirectory called ‘modules’ as shown, but this can be changed later.

When naming files/folders a useful practice is to keep with the following rules:

  • always use lower case
  • never use spaces. To break up a name, use hyphens (-) instead
  • on windows, manage directories from the root of C:

Press OK. After a few seconds, Eclipse should launch looking like this:

Step 01 - 图7

If you close the welcome screen - then you should see the default project layout:

Step 01 - 图8

If you can see the highlighted icons (AVD & SDK Managers) - Congratulations - you have installed and launched the Eclipse Android Development Environment.