Skip to content Skip to sidebar Skip to footer

Remove Item From "android Private Libraries" Grayed Out. Cannot Remove Jar

I have an Eclipse project and I am trying to update a library into a newer Jar file. However the Eclipse Project will not let me remove the old library? I closed eclipse and attemp

Solution 1:

I had the same question and the following solution works for me.

  1. In the Order and Export tab, cancel the checkbox of Android Private Libraries and click OK to save.
  2. Re-open this property page and you will find the old library is updated.

I don't know if it is just a bug in Eclipse. Hope this helps!

Solution 2:

Delete the library .jar from the /libs folder

Solution 3:

You can create a new project without that jar and merge all code and resources of project this is an alternative

Solution 4:

I just choice i want delete .jar at the "libs" folder , then delete it ,then it will auto disappear at Android Private Libraries

Solution 5:

try to delete the library manually. C:/eclipse/plugins/somewhere.jar

Here are are all the libraries of eclipse(android,and everything extra like jar files)

The problem is that when you have two libraries version (3.4 and 3.7.6) for example they have some same files that cause dublicate entries and more unexpected errors.

Post a Comment for "Remove Item From "android Private Libraries" Grayed Out. Cannot Remove Jar"