未找到Android manifest@integer/google\u play\u services\u版本

未找到Android manifest@integer/google\u play\u services\u版本,android,google-play-services,Android,Google Play Services,嗨,我在编译我的项目时使用了eclipse IDE,我在Android Manifest.xml文件中收到了一条错误消息 No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version'). 如何解决此问题?要使您的eclipse应用程序可以使用Google Play services API,请执行以下操作: 复制位于的库项目 /extras

嗨,我在编译我的项目时使用了eclipse IDE,我在Android Manifest.xml文件中收到了一条错误消息

No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').

如何解决此问题?

要使您的eclipse应用程序可以使用Google Play services API,请执行以下操作:

  • 复制位于的库项目 /extras/google/google\u play\u services/libproject/google-play-services\u lib/到您维护Android应用程序项目的位置
  • 将库项目导入Eclipse工作区。单击
    文件>
    导入,选择Android>现有Android代码到工作区,然后
    浏览到要导入的库项目副本
  • 在您的应用程序项目中,请参考
    googleplay服务库
    project。 有关更多信息,请参阅for Eclipse 关于如何做到这一点
  • 有关在应用程序中设置播放服务的更多信息,请参阅此处


    要使您的eclipse应用程序可以使用Google Play services API,请执行以下操作:

  • 复制位于的库项目 /extras/google/google\u play\u services/libproject/google-play-services\u lib/到您维护Android应用程序项目的位置
  • 将库项目导入Eclipse工作区。单击
    文件>
    导入,选择Android>现有Android代码到工作区,然后
    浏览到要导入的库项目副本
  • 在您的应用程序项目中,请参考
    googleplay服务库
    project。 有关更多信息,请参阅for Eclipse 关于如何做到这一点
  • 有关在应用程序中设置播放服务的更多信息,请参阅此处



    添加google play服务库并清理您的项目。您使用的是eclipse还是android studio?如果android studio在build.grade中添加依赖项为
    compile'com.google.android.gms:play services:7.5.0'
    I我是初学者,你能告诉我如何添加itI吗?我刚刚在下面添加了它回答添加google play服务库并清理你的项目。你使用的是eclipse还是android studio?如果android studio你在build.gradle中添加了依赖项作为
    compile'com.google.android.gms:play services:7.5.0'
    ,我是一个初学者,你能告诉我如何添加它吗我刚刚在下面添加了它回答现在我正在导入项目中,所以没有build.gradle文件忽略它..我以为你在使用android studio..我有更正了我的日食答案谢谢你的回答来吧…如果我的答案对你有帮助,请标记它
    已回答
    ,因此,它有助于其他人在未来与类似的问题一旦我得到答案,我会发布它现在我在一个导入的项目中工作,因此没有构建。gradle文件忽略这一点。我以为你在使用Android studio。我已经更正了我的答案Eclipse谢谢你的答案来吧…请标记它
    已回答
    如果我的答案对你有帮助,因此,它有助于其他人在未来与类似的问题一旦我得到答案,我会张贴它