我正在申请展示Google MAps,我正在重新this link
我将google-play-service项目下载到SDK
后路径\extras\google\google_play_services\libproject\google-play-services_lib
当我尝试将此google-play-services_lib
项目导入我的项目资源管理器时,它显示没有找到要导入的项目
项目内容包含
一旦我导入这个项目eclipse说No Project Found
请检查快照
我缺少什么,以便我可以google-play-service_lib来显示我的地图,请帮助!!
提前致谢!! :)
答案 0 :(得分:1)
尝试这样,
RightClick> new>项目> Android>来自现有代码的Android项目
从位置选择您的图书馆项目。
希望这会奏效。
答案 1 :(得分:1)
尝试按以下步骤导入:
1) Copy the path of your library.
2) In you Eclipse select File menu>New>Project...
3) From dialog select Android>Android Project from Existing Code and paste your path of the library and add it in your eclipse.
<强>编辑:强>
就是这样。
答案 2 :(得分:0)
您下载的Google Play服务库似乎存在问题。 正如您在指南中看到的那样,以及您在此处给出的答案所体验到的行为 不是它想象的那样。
我会尝试使用SDK Manager
卸载它。然后重新下载它。
然后尝试再次引用它。