The problem may be that idk is updated in some file - to solve this problem for external libraries, do the following
1 delete the external library in eclipse by right clicking on the library folder and deleting
then in your project do the following
- right click on the project and go to properties
- Choose a Java build path.
- go to the "Libraries" tab
- Remove links to jar files that you have already deleted. There will be a red sign next to them so you can easily identify them.
and add the libraries you can do as follows
- Right click on the project
- The properties
- android 4 tab at the end add
- library search
- To apply
- OK
source share