0

I am using a library in my Android project. But I need to replace it by a new one. So I removed it and added the new one to the libs/ folder.

But Eclipse keeps saying :

Project is missing required library:'libs/old-lib.jar'

How can I do this properly ?

thanks for helping

saloua
  • 329
  • 1
  • 4
  • 12

1 Answers1

1

Go to Project → Build Path → Configure Build Path. Under Libraries tab, make sure the jar is not in the list, otherwise remote it.

Then click the Order & Export tab, and ensure the jar is unchecked.

Zain
  • 2,336
  • 1
  • 16
  • 25