James Fazio
James Fazio

Reputation: 6450

Android Eclipse remove a library project jar

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?

Upvotes: 0

Views: 1632

Answers (2)

chaqke
chaqke

Reputation: 1617

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").

Upvotes: 1

Mus
Mus

Reputation: 1860

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

Upvotes: 2

Related Questions