Android: SDK Ubuntu installation fix for Eclipse 3.5

If you installed Eclipse using apt sources (via apt-get, aptitude or Synaptic etc) then you will need to add the following to your "additional" software sources in Eclipse:

http://download.eclipse.org/releases/galileo


This fixes the errors associated with org.eclipse.wst.sse.core 0.0.0 when trying to install the Android Development Tools.

This only applies to Eclipse installed in Ubuntu using apt sources.

Comments