无法解析导入com.google.android.gms.common.GooglePlayServicesClient

时间:2015-03-21 09:33:26

标签: android eclipse google-maps

当我更新Google Play服务时,我收到以下错误消息:

The import com.google.android.gms.common.GooglePlayServicesClient cannot be resolved

我导入了新的Google Play服务,但没有改变

3 个答案:

答案 0 :(得分:2)

它已经过时了,请改用GoogleApiClient

答案 1 :(得分:1)

虽然@xizzhu和@PedroMagalhães是对的,GooglePlayServicesClient现已弃用且应使用GoogleApliClient代替,以快速修复要包含的google-play-services_lib库的最新版本GooglePlayServicesClient(版本6.5.87)可以从https://dl-ssl.google.com/android/repository/google_play_services_6587000_r22.zip下载。

有关旧版本库链接的完整列表,请参阅this answer

答案 2 :(得分:0)

不推荐使用

GooglePlayServicesClient,您必须使用GoogleApliClient

您可以找到更好的解释以及如何使用here的示例。