I have update SDK using SDK manger,after updating SDK \"google-play-services_lib\" not getting complied,Its showing following error.
**extras\\google\\google_pla
For the new Google Play Services, you need change the project target in the project.properties file (The Google Play Services Lib project, not your project):
project.properties
In the below file:
google-play-services_lib/project.properties
Change the below line
target=**android-9*
to:
target=**android-23**