Skip to main content

Add google play services library eclipse

Here are the right steps to import google play services lib in Eclipse.
  1. Goto Menu File and select Import
  2. Select “Existing Android Code Into Workspace” in Android folder in popup window
  3. Click “Browse” to find the google player services lib folder. In my example, the location is: D:\android-sdk-windows\extras\google\google_play_services\libproject\google-play-services_lib
or you can download here [DOWNLOAD]
  • Check Copy projects into workspace option
  • Click Finish button

Add Google Play Services Lib into Android Project

Now, you need to add google play services library into your android project. Follow these step by step instructions:
  1. Right click on your android project and select “Properties”
  2. Select “Android” section
  3. Click “Add” in library area
  4. Select “google-play-services_lib” and click “OK”
  5. Click “Apply” and click “OK”

source : http://jmsliu.com

Comments