Search This Blog

Saturday, August 20, 2011

Android development with Eclipse

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:

Eclipse 3.7 (Indigo)

  1. Select Help > Install New Software...
  2. Click the link for Available Software Sites.
  3. 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.
  4. Now go through the installation steps; Eclipse should download and install the plugin's dependencies.
Be sure to change the .bashrc file to make sure that that the platform-tools are in your PATH and then you are all set to develop for Android on openSUSE 11.4.


 

 

No comments: