【发布时间】:2016-07-08 10:04:01
【问题描述】:
我目前正在尝试使用 GoogleAPI 客户端。
我最近遇到了我的应用程序达到 GC 开销限制的问题,所以我更换了
com.google.android.gms:play-services
与相关的游戏服务部门:
com.google.android.gms:play-services-location:9.2.0
com.google.android.gms:play-services-drive:9.2.0
但是,显然我需要整个播放服务 API 来为我的 GooglePlayClient 导入 ConnectionResult。
我的 GooglePlayClient 的 ConnectionResult 有什么替代方案吗?
【问题讨论】:
标签: android google-play-services