I have import google-play-services_lib into my workspace and Add google project into MYProject it give mr error:
Description Resource Path Locatio
My solution is,
clean project google-play-services_lib firstly
then clean my project which depends on play service library
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".
I was facing the same issue and got it solved when I updated my eclipse Android SDK tools.
I was using version 22 and when I updated Android SDK tools to 22.0.1 the error vanished and I could build my project.
I hope this helps someone...