【发布时间】:2014-02-21 20:55:56
【问题描述】:
我在用 Eclipse 开发一个 android 应用程序时遇到了这个流行的问题:
error: Error: No resource found that matches the given name (at 'value' with value '@integer/
google_play_services_version').
所以我尝试按照指定的here 导入谷歌播放库,但我遇到了这个错误:
Invalid project description.
C:\Users\Max\workspaceAndroid\google-play-services_lib overlaps the location of another project: 'google-play-services_lib'
事实上,如果我尝试管理项目的库,我会得到:
google play 库好像已经导入,无法添加新库。
我认为我最后的机会是手动添加字符串
compile 'com.google.android.gms:play-services:4.4.2@aar'
到我的build.grade 指定in this answer,但我不知道在哪里可以找到文件,或者这是否能解决我的问题。
我该如何解决这个错误?谢谢!
【问题讨论】:
标签: android eclipse google-play-services