0

Present i am using eclipse3.6(helios) with android sdk. Now i want to update helios to indigo. Suppose i am doing this then integration of android sdk is required or not. please help me how to do this

naresh
  • 10,332
  • 25
  • 81
  • 124

2 Answers2

1

No Android will be By Default in Eclipse if you Update.

Following are the Steps for Update

  1. Window > Preferences > Install/Update > Available Software Sites

  2. Click 'Add'

  3. Enter URL: http://download.eclipse.org/releases/indigo

  4. Click 'Ok'

Bhavin
  • 6,020
  • 4
  • 24
  • 26
0

Fist download and install one of the Eclipse Indigo packages (the Eclipse IDE for Java Developers is what I recommend). Make sure you do not install it into the same directory on top of your existing Eclipse; install it to a new location. You can use your existing workspace, however.

Then follow the instructions at http://developer.android.com/sdk/eclipse-adt.html#installing to install the latest version of the Android Development Tools (ADT).

E-Riz
  • 31,431
  • 9
  • 97
  • 134