Android错误:Google Play服务版

时间:2014-02-21 20:55:56

标签: android eclipse google-play-services

我在使用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'

事实上,如果我尝试管理项目的库,我得到这个: Libraries situation

似乎谷歌播放库已经导入,我无法添加新库。

我认为我最后一次机会是手动添加字符串

 compile 'com.google.android.gms:play-services:4.4.2@aar'

指定我build.grade in this answer,但我不知道在哪里找到该文件,或者这是否可以解决我的问题。

如何修复错误?谢谢!

2 个答案:

答案 0 :(得分:1)

您是否已通过Google SDK Manager安装了Google Play服务? 对我来说,它看起来如下:

Google Play services added as a Library

这是我在整个设置中所做的,使用Google Maps Android V2 api

Google Maps API setup, Android V2 API

答案 1 :(得分:0)

我有同样的问题,并且能够通过

解决它
  1. 在eclipse中将Google Play服务导入为Android项目
  2. 将此导入项目的引用添加为' Lib'在
  3. google-play-services-lib下的README.txt读起来像这样;

      

    图书馆计划,包括Google Play服务客户端jar。

         

    Android项目可以使用它来使用提供的API   通过Google Play服务。

         

    技术上没有源,但是src文件夹是确保构建系统工作所必需的。 >内容实际上位于libs /目录中。

         

    用法:

         

    确保将此Android库项目导入IDE并将此项目设置为依赖项。

         

    请注意,如果您使用proguard,则需要在配置中包含proguard.txt中的选项。