How to import Google Play Services in Eclipse


  1. Install Google Play Services through Android SDK  Manager.



  1. Find the path for Google Play Services Library
In My case it is D:\Android\android-sdks\extras\google\google_play_services\libproject
  1. Now import Google Play Service Library to Eclipse
File –> Import - > Select Existing Android Code Into Workspace



Click on Next and give the path of Google Play Services Library and finish it.



After finishing the import we can see it in Left Project Explorer in Eclipse.


Comments