1.在Android SDK Manager中安装对应Android API的Google APIs以及下面Extras中的Google Play Service
2.导入google-play-service_lib
文件->导入->Existing Android Code Into Workspace 下一步
之后选择 google_play_services的文件夹,一般在Android SDK下的\extras\google\google_play_services
本文详细介绍了如何在Eclipse中配置Google Map API v2,包括在Android SDK Manager安装Google APIs和Google Play Services,导入google-play-service_lib,创建Android项目,设置项目属性,以及解决在配置过程中遇到的fragment错误、找不到android.support.v4库、运行时Google Play缺失等问题,最后强调了API key的申请和使用注意事项。
文件->导入->Existing Android Code Into Workspace 下一步
之后选择 google_play_services的文件夹,一般在Android SDK下的\extras\google\google_play_services
3412