未找到Android清单@ integer / google_play_services_version

时间:2015-07-02 09:18:38

标签: 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').

我该如何解决?

1 个答案:

答案 0 :(得分:0)

使您的应用可以使用Google Play服务API进行日食:

  1. 复制库项目 / extras / google / google_play_services / libproject / google-play-services_lib / 指向您维护Android应用项目的位置。
  2. 将库项目导入Eclipse工作区。点击File > Import, select Android > Existing Android Code into Workspace,然后点击 浏览到库项目的副本以将其导入。
  3. 在您的应用项目中,引用Google Play services library项目。 有关更多信息,请参阅Eclipse的Referencing a Library Project 关于如何做到这一点。
  4. 有关在应用中设置播放服务的详情,请参阅此处。

    https://developers.google.com/android/guides/setup