前言:在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下載和導入成功,在須要的項目中添加這個類庫便可。開發