我在使用Eclipse开发Android应用程序时遇到了这个流行的问题:
error: Error: No resource found that matches the given name (at 'value' with value '@integer/
google_play_services_version').
所以我尝试按照指定的here导入google play库,但我发现了这个错误:
Invalid project description.
C:\Users\Max\workspaceAndroid\google-play-services_lib overlaps the location of another project: 'google-play-services_lib'
事实上,如果我尝试管理项目的库,我得到这个:
似乎谷歌播放库已经导入,我无法添加新库。
我认为我最后一次机会是手动添加字符串
compile 'com.google.android.gms:play-services:4.4.2@aar'
指定我build.grade
in this answer,但我不知道在哪里找到该文件,或者这是否可以解决我的问题。
如何修复错误?谢谢!
答案 0 :(得分:1)
您是否已通过Google SDK Manager安装了Google Play服务? 对我来说,它看起来如下:
这是我在整个设置中所做的,使用Google Maps Android V2 api
答案 1 :(得分:0)
我有同样的问题,并且能够通过
解决它图书馆计划,包括Google Play服务客户端jar。
Android项目可以使用它来使用提供的API 通过Google Play服务。
技术上没有源,但是src文件夹是确保构建系统工作所必需的。 >内容实际上位于libs /目录中。
用法:
确保将此Android库项目导入IDE并将此项目设置为依赖项。
请注意,如果您使用proguard,则需要在配置中包含proguard.txt中的选项。