You need a windows laptop 64 bit

You need a windows laptop. For Mac and Unix see the rest of the power point to see the steps involved.

Copy the software first (2G)

You can download it from the indous site but it will take for ever. You need a thumb drive provided by Organizers. Copy the stuff to one of your local drives


Copy android-big-install to some location: c:\i

The directories are


jdk16
eclipse64
android-sdk
adt-12.zip

Make sure your eclipse runs first

Create a directory that will work as an eclipse work space


c:\data\my-work-space

Create a shortcut with the following as the target of the shortcut


c:\ieclipse34_android15\eclipse.exe 
- vm c:\i\jdk150\bin\javaw.exe 
-data c:\data\my-work-space

Double click on the short cut and you should see eclipse running.

Install ADT

The next step is to install the ADT. This is the most difficult part. It is supposed to work off line as well. But I haven't had success before. So what works is being online

Online steps


Eclipse
Help
Install new software
Add
Repository URL
https://dl-ssl.google.com/android/eclipse/

Follow the instructions from here on. And get me if I am on the floor or any of the helpers.

You can also try using a zip file as the source for this installation. If you are famililar with eclipse you may be able to do this. I did once. And it never worked again. You may have better success. The needed adt zip file is in the release.

Once ADT is installed you will need to restart eclipse.

Point ADT to the android-sdk directory

Once eclipse is up you will need to point eclipse ADT where the android sdk directory is


eclipse
window
preference
android
SDK location

Create AVD

You will need to wait for the presentation where I will walk you throug

Run AVD

You will need to wait for the presentation where I will walk you throug

Next steps


Create hello world
Create caclculator
Create Jumble
Explore APIs