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
- Cursor getColumnIndex - Get the Index for a Column Name
- Solution: error: Error parsing XML: unbound prefix
- Save LogCat to a Text File
- Change the line spacing between lines of text in an TextView/EditText, using lineSpacingMultiplier
- android:ellipsize - Add an ellipsis(...) in a TextView
- Intent setType(String type) - How to Set an Explicit MIME data type
- android:ems
- setVisibility() - Hide a Button, in Java
- android:alpha - Set the Opacity/Transparency of Text in TextView/EditText
- android:gravity - Move Text inside a EditText (center, top, bottom, right, left, and more)