How to remove a dependency from my Android project in Eclipse

android, dependencies, eclipse, libraries

Solution

Delete the dependency from the libs folder.

Problem

When I highlight my project, go to properties, select java build path and then try to remove an Android Dependency from my list of Android dependencies the remove button is grey'd out. How can I remove that specific dependency?

Original source