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