Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

For Android Map api v2 Description references non existing library google-play-services_lib\bin\google-play-services_lib.jar

I have import google-play-services_lib into my workspace and Add google project into MYProject it give mr error:

Description Resource Path Location Type The container 'Android Dependencies' references non existing library 'D:\Android Workspace\google-play-services_lib\bin\google-play-services_lib.jar' HBuddy Build path Build Path Problem

Description Resource Path Location Type The project cannot be built until build path errors are resolved HBuddy Unknown Java Problem

and I have already installed Google Play Service in Extras enter image description here

enter image description hereenter image description here

like image 659
Muaz Ishfaq Avatar asked Feb 15 '13 13:02

Muaz Ishfaq


4 Answers

I met this issue as well.

My solution is,

  1. clean project google-play-services_lib firstly
  2. then clean my project which depends on play service library
like image 156
Kane Avatar answered Oct 22 '22 12:10

Kane


Hey i know what your problem is. I think it seems like you didn't built your google-play-services project... Try the following solution:

  1. Import the google-play-services_lib "project" into your workspace
  2. Add the freshly imported project to your applications build path
  3. RIGHT-CLICK the google-play-services_lib project and select "Build Project"
  4. Wait a few moments or "clean up" your project
  5. Run your application and - Voila -
like image 29
NFlows Avatar answered Oct 22 '22 12:10

NFlows


Please uncheck "Is Library" as follows ;

enter image description here

like image 2
BBonDoo Avatar answered Oct 22 '22 13:10

BBonDoo


Your bin folder doesn't exist! You probably don't have permission to create a folder.

If you create a project from existing code make sure you check "Copy projects into workspace".

like image 1
Dunken Avatar answered Oct 22 '22 14:10

Dunken