【发布时间】:2016-11-06 11:58:30
【问题描述】:
我正在使用 Eclipse ADT,我正在尝试查找最新的 Google Play 服务库 Google Play 服务库修订版 31,但是这个库没有出现在Eclipse SDK文件夹中;我在哪里可以找到这个库来手动下载?
【问题讨论】:
标签: android eclipse sdk google-play-services
我正在使用 Eclipse ADT,我正在尝试查找最新的 Google Play 服务库 Google Play 服务库修订版 31,但是这个库没有出现在Eclipse SDK文件夹中;我在哪里可以找到这个库来手动下载?
【问题讨论】:
标签: android eclipse sdk google-play-services
也许问题在于使用 Eclipse。你知道Eclicpse is no longer officially supported for Android Development。使用 Eclipse 可能会妨碍您快速创建应用程序和查找构建项目所需的资源。
要从 Eclipse 迁移到 Android Studio,只需关注来自 Google 开发人员的 tutorial。
关于 eclipse sdk 文件夹中没有出现的库的问题,请尝试SO question 中的解决方案。
如果您还通过 SDK 管理器更新了 Google 存储库,您将在 <sdk>/extras/google/m2repository/com/google/android/gms 中找到它们。
各个库位于aar format,因此您必须自己提取jar
【讨论】: