Google Play服务未与我的项目相关联

时间:2014-12-13 12:20:34

标签: android eclipse

我有什么:

  • 我有一个已经开发的项目运行googlemaps,所以我 使用了播放服务库。

我在做什么:

  • 我导入了我2个月前开发的这个项目
  • 现在我已经使用新的os下载的最新sdk重置了我的系统 最新的playservices,我从sdk导入了playservices 文件夹(已复制)并将其与我的项目链接为库项目

发生了什么:

无论我链接了多少时间,都没有链接

我的项目清单上也有错误

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

错误为:: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').

我已经清理了日食,重新启动它.....仍然无效!

Snapshot of where i can see lib is not getting linked


注意:

  1. 但是如果我创建一个示例项目并链接它,它就会正常运行 链接!
  2. 这只发生在我2个月前开发的项目

  3. Buildpath快照

    enter image description here

0 个答案:

没有答案
相关问题