Search code examples
javaandroideclipsedependenciesbuildpath

Eclipse points to the wrong path in dependencies


I have an Android Application project in Eclipse, and for nth time I have this annoying error. I create a new blank project which references android-support-v7-appcompat library. The JAR files of this library are located at

android-support-v7-appcompat\libs. 

However Eclipse insists, that they are in

android-support-v7-appcompat\bin, and the result is as follows:

https://i.sstatic.net/Ho7qN.png

What the hell is going on here? The support library is installed, there is nothing else that this project is referencing, all should be fine. Any ideas?


Solution

  • You must be having appcompat project in project explorer. expand bin folder of that project and check whether it has appcompat_v7.jar in it. If not then clean and build the project.