找不到与给定名称匹配的资源('value'的值为'@ integer / google_play_services_version')

时间:2014-12-13 09:19:39

标签: android google-play-services

我正在尝试将google play服务链接到我一个月前预先开发的项目。

所以我按照以下步骤操作:

  • 我将playservices库导入工作区(我勾选了副本 选项)
  • 右键单击项目,android添加库,我选择了播放 服务并点击申请并确认

发生了什么

  • 即使执行了上述步骤

  • ,我也无法链接服务lib
  • 我收到错误为No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').

当我检查proj-lib ---即使链接了playservices后我也看不到库没有正确链接

enter image description here


我该如何解决这个问题!!

我甚至清理了工作区并重新启动它....更新了playservices版本....仍然没有效果

1 个答案:

答案 0 :(得分:0)

<application... >

 <meta-data
        android:name="com.google.android.gms.version"
        android:value="@integer/google_play_services_version" />

 ...
 </application>

将上面的内容添加到您的应用程序清单中。