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:
It took me 2 whole days to work out what was the problem, but now it is resolved.
The problem is with the 64 bit version of ADT and Java. Eclipse does not import libraries correctly with the 64 bit versions.
So I reinstalled Java 6 v 37 jdk (32 bit) and then downloaded the 32 bit version of ADT to go with it. I did this EVEN THOUGH I HAVE A 64 bit system
Anyway, I then followed the exact same procedure that had failed with the 64 bit versions. And it worked perfectly - first time.
So that is my advice - YOU MUST USE A 32 BIT VERSION OF JAVA AND ADT, because the 64 bit contains incompatibility issues with eclipse for importing the Google Play Services Library, and probably other libraries too.
PS. I followed the installation steps for Google Play Services outlined on developer.android.com
I should add that the develop.android site overlooks an important fact - that the map xml should be inside a linear or relative layout. It does not work unless it is inside a container layout such as these