I would like to completely remove all links to an external library in my project. How can i do this?
What I've done:
- Right-click on the project folder => Properties => Android => delete the library in the right pane
- Right-click the project folder => Build path => Configure build paths => In the right pane: you can place the folder relative to the library; I manage to delete one of the resources in this extended fodler, but not the others (and therefore not the root folder)
The library (.jar) is still displayed in my project above the resource folder, and I cannot delete it. Below is what it looks like (cannot be removed by right-clicking and deleting (gray)):

Any help would be appreciated!
source share