How to remove Library from Libraries section of project structure
Hi
I used ModifiableRootModel.removeOrderEntry toremove Library from Module, but i want to know how to remove a library from the Libraries section of project structure ??
Please sign in to leave a comment.
See ProjectLibraryTable class.
Thanks Alexander it works with me
i.e.
LibraryTable projectLibraryTable = ProjectLibraryTable.getInstance(myProject);
projectLibraryTable.removeLibrary(library);