Why Installing Eclipse for Android Development is Painful
So today, my goal was to install eclipse and the Android plug-in. It seemed like a reasonable goal. I set aside a chunk of time this afternoon to do it. I was reasonably focused. All of the planets seemed to be aligned.
I am using Ubuntu 9.10 (pretty cutting edge huh?) ;)
Getting eclipse installed was a piece of cake. I used the Ubuntu Software center and it installed like a dream. Now comes the bad part....the Android plug-ins.
I followed these instructions to install the Eclipse Android Developer Plugins using Eclipse 3.5.1 and the default Ubuntu Karmic install. However I was presented with the following error message when clicking "Next":
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404)
Missing requirement: Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404) requires 'org.eclipse.wst.xml.ui 0.0.0' but it could not be found
For some reason ubuntu doesn't include the standard update repository for Eclipse by default. To fix this:
* Go to "Help/Install New Software..."
* Add http://download.eclipse.org/releases/galileo/ to the update sites list (strange it's not installed by default on ubuntu)
* From there, install WST (use the filter box to find the package)
* Restart eclipse
* Go back to "Help/Install New Software..." and install the Android ADT as explained on the android website.
Well this is going to fail so before you do the above step, do this:
Go to System -> Administration -> Synaptic Package Manager and search
for "eclipse"
Then mark "eclipse" for install. This package provides the whole
Eclipse SDK, along with the Java Development Tools (JDT) and the
Plugin Development Environment (PDE).
After installed, would be helpful to install Google Plugin tools
(http://dl.google.com/eclipse/plugin/3.5) -- see the steps above.
I am using Ubuntu 9.10 (pretty cutting edge huh?) ;)
Getting eclipse installed was a piece of cake. I used the Ubuntu Software center and it installed like a dream. Now comes the bad part....the Android plug-ins.
I followed these instructions to install the Eclipse Android Developer Plugins using Eclipse 3.5.1 and the default Ubuntu Karmic install. However I was presented with the following error message when clicking "Next":
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404)
Missing requirement: Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404) requires 'org.eclipse.wst.xml.ui 0.0.0' but it could not be found
For some reason ubuntu doesn't include the standard update repository for Eclipse by default. To fix this:
* Go to "Help/Install New Software..."
* Add http://download.eclipse.org/releases/galileo/ to the update sites list (strange it's not installed by default on ubuntu)
* From there, install WST (use the filter box to find the package)
* Restart eclipse
* Go back to "Help/Install New Software..." and install the Android ADT as explained on the android website.
Well this is going to fail so before you do the above step, do this:
Go to System -> Administration -> Synaptic Package Manager and search
for "eclipse"
Then mark "eclipse" for install. This package provides the whole
Eclipse SDK, along with the Java Development Tools (JDT) and the
Plugin Development Environment (PDE).
After installed, would be helpful to install Google Plugin tools
(http://dl.google.com/eclipse/plugin/3.5) -- see the steps above.
0 Comments:
Post a Comment
<< Home