Here are the right steps to import google play services lib in Eclipse.
- Goto Menu File and select Import
- Select “Existing Android Code Into Workspace” in Android folder in popup window
- 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:
- Right click on your android project and select “Properties”
- Select “Android” section
- Click “Add” in library area
- Select “google-play-services_lib” and click “OK”
- Click “Apply” and click “OK”
source : http://jmsliu.com
Comments
Post a Comment