Manuel van Rijn

Bit blog

Installing Android SKD for Eclipse

Today I was trying to install the Android SDK for Eclipse for a new project I’ll work on. After downloading the necessary packages I got some strange error I couldn’t resolve quickly, so I like to share the solution with you guys.

The error Eclipse returned was

1
2
3
4
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools **** (com.android.ide.eclipse.adt.feature.group ****)
Missing requirement: Android Development Tools **** (com.android.ide.eclipse.adt.feature.group ****)
requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

Failed to build gem native extension

Today I had to reinstall my Linux installation because my harddisk died a quick dead. While configuring all the software I use to develop I got some weird error after I’d installed rbenv and tried to execute bundle install on one of our projects.