I found out that Version 3.8 of Eclipse is Version 3.7 with bug fixes applied. So start with this link:
https://developers.google.com/eclipse/docs/faq?hl=es#wstinstallerror
and use the instructions for 'Eclipse 3.6 (Helios)' while substituting 'indigo' for 'helios'. The source line will change like this -> From:
- Code: Select all
http://download.eclipse.org/releases/helios
to this:
- Code: Select all
http://download.eclipse.org/releases/indigo
As you execute step 4, make sure to change 3.6 to 3.7 Like this -> From:
- Code: Select all
http://dl.google.com/eclipse/plugin/3.6
to this:
- Code: Select all
http://dl.google.com/eclipse/plugin/3.7
As you execute the instruction on that page, look for the Web Tools Platform in the selection list and mark(click) that for installation. Once you are done, you are ready to install the Android ADT. Instructions can be found here:
http://developer.android.com/sdk/installing/installing-adt.html
Remember to substitute 3.7 for 3.6 (or indigo for helios) as necessary while you execute the instruction on that webpage.

