1. In Eclipse, from the menu, click File, the Import...
2. Expand the Android folder, and select Existing Android Code Into Workspace, and click Next.
3. Click the Browse button, then navigate to your Android SDK folder and find the library you wish to import. For example, to import Google Play services you'd choose the google_play_services folder, then click OK.
..\sdk\extras\google\google_play_services
4. Then click Finish to import it.
Resources:
http://code.tutsplus.com/tutorials/integrating-google-play-services-on-android--cms-19828
Popular Posts
- Solution: error: Error parsing XML: unbound prefix
- android:ellipsize - Add an ellipsis(...) in a TextView
- Save LogCat to a Text File
- Perform an Action after Enter keypress on EditText
- android:nextFocusDown - Set Next Focus to a TextView/EditText
- android:nextFocusRight - Set the Next Focus Right to a TextView/EditText
- android:textColorHint - Set the Color of Hint Text in TextView/EditText
- Intent setType(String type) - How to Set an Explicit MIME data type
- Determine the Hex value for a color
- Cursor getColumnIndex - Get the Index for a Column Name