0

I want to remove one of the jar folders from my library project. When I click on the jar folder the options to remove it are greyed out.

I would like to remove the mopub-android-sdk.jar

enter image description here

Here are the options it gives me. Why is everything greyed out?

enter image description here

Anyone experienced a similar problem?

James Fazio
  • 6,370
  • 9
  • 38
  • 47

2 Answers2

2

Go to project properties -> Android -> In the bottom part, remove the appropriate library project

Mus
  • 1,860
  • 2
  • 16
  • 19
1

The selected answer didn't work for me - my jar wasn't listed in that screen. Here's what worked for me:

Remove the jar from the libs/ folder, then select the project, then refresh (F5 or right-click on the project and select "refresh").

chaqke
  • 1,497
  • 17
  • 23