【发布时间】:2014-08-18 23:42:49
【问题描述】:
当我想在 Eclipse 中导入 google-play-service 时出现错误。 我在 Eclipse 中导入了 google-play-service-project-lib 我已经阅读了所有可能的问答,但没有任何效果。 我已手动将其添加为库和 JAR 然后我试图清理我的项目......
有没有人能解决这个问题?
【问题讨论】:
标签: android eclipse google-play-services
当我想在 Eclipse 中导入 google-play-service 时出现错误。 我在 Eclipse 中导入了 google-play-service-project-lib 我已经阅读了所有可能的问答,但没有任何效果。 我已手动将其添加为库和 JAR 然后我试图清理我的项目......
有没有人能解决这个问题?
【问题讨论】:
标签: android eclipse google-play-services
您可以使用这种方式。首先关闭使用 google-play-services 库的项目。每当您将鼠标悬停在无法解析的 com.google.android.gms 导入并靠近弹出菜单的底部时,请选择“Fix project setup”选项,如下所示。然后它会提示导入 google-play-services 库。
【讨论】:
首先,尝试下载最新版本的 Google Play Services,然后:
毕竟,只要清理项目和库,它应该可以工作。
顺便也可以查看this question.
【讨论】: