Android Dependencies references non existing library google-play-services_lib.jar

androideclipsegoogle-play-services

I've been having a terrible time trying to get a simple Map to appear in an app as shown on the Google Maps v2 documentation. Eclipse keeps saying:

The container 'Android Dependencies' references non existing library 'X:\Android Development\workspace\google-play-services_lib\bin\google-play-services_lib.jar'

I found a couple people on here that had the problem and I followed those steps with no luck. I have Google Play Services installed and I even uninstalled and reinstalled it. I have imported google-play-services_lib project into Eclipse and checked move to workspace.

Any help would be amazing as I cannot get this to work. I did check in the location and there isn't a file there, so I don't know why it is missing since I have installed Google Play Services.

Best Answer

This answer worked for me https://stackoverflow.com/a/16398399/1874332

I met this issue as well.

My solution is,

clean project google-play-services_lib firstly then clean my project which depends on play service library