After installing Eclipse 3.7 Indigo, I wanted to do some Android development. The instructions on how to do so on the Android developer site are quite good and if you just follow along, you should be all set.
During installation of the ADT Plugin, I ran into an error about requiring org.eclipse.wst.sse.ui. To fix, I extrapolated from some information I found in a FAQ about the Google Plugin:
During installation of the ADT Plugin, I ran into an error about requiring org.eclipse.wst.sse.ui. To fix, I extrapolated from some information I found in a FAQ about the Google Plugin:
Eclipse 3.7 (Indigo)
- Select Help > Install New Software...
- Click the link for Available Software Sites.
- Ensure there is an update site named Indigo. If this is not present, click Add... and enter
http://download.eclipse.org/releases/indigo
for the Location. - Now go through the installation steps; Eclipse should download and install the plugin's dependencies.
No comments:
Post a Comment