On a few workstations I’m running the Ubuntu 10.04 LTS and I ran into an issue while trying to install the ADT plugin for Android development. The error I was getting was the following: a message box about an artifact file not being found.
The artifact file for osgi.bundle, org.eclipse.ant.ui,3.4.1.v20090901_r351 was not found.
The fix I found was to make sure you have both the eclipse-jdt and eclipse-pde packages installed:
sudo aptitude install eclipse-jdt eclipse-pde
Once I had the above installed, restarted Eclipse, and installed the ADT plugin, everything worked as expected.
Filed under:
Android OS, Ubuntu

Leave a comment