前言:在android开发项目中当要使用GoogleMap须要有Google Maps Android API的支持,而他包含在了Google Play services SDK中,因此本文将介绍如何下载和配置Google Play services SDK。android
1.启动SDK Managereclipse
1---在eclipse中选择windwo>Android SDK Managergoogle
2---在window中找到SDK Manager.exe文件双击启动
spa
在Extras中找到3d
点击安装便可。code
2.将下载的Library导入到eclipse中blog
右键>Import>选择Android 中的Existing Android Code Into Workspace > Next >Browse>在路径<android-sdk>/extras/google/google_play_services/libproject/google-play-services_lib
>finish 。ip
至此Google Play services SDK下载和导入成功,在须要的项目中添加这个类库便可。开发