I've red a number of posts and articles but it's not working for me. I am not able to add/use the Google Play Services in my project.
My steps:
Steps 1 till 3 are fine, but I think the problem is in step 4. Nothing happens after I do step 4, I'm not seeing any change in my Project structure: no library is added. These steps are also described here.
The reason I know it is not working is because any import from the Google Play Services is giving an unresolved error.
I found that the play services libproject has to be imported onto the same physical drive as your project. (check the 'Copy projects into workspace' checkbox when you import)