我只需要一个OAuth 2.0令牌来授权使用Google for REST API的请求。所以我需要导入谷歌播放服务sdk。 特别是:
Google Account Login com.google.android.gms:play-services-identity:8.1.0
我正在使用eclipse我只想导入Google帐户登录api,但没有关于如何操作的说明。
如果没有解决方案,我如何获取android studio项目依赖项中引用的Jar https://developers.google.com/android/guides/setup
答案 0 :(得分:1)
我猜有一个解决方案。试试这个:
如果它不起作用,请尝试使用com.google.android.gms设置项目:play-services-identity:8.1.0在android studio中,导入/导出gradle项目在/用于eclipse。它很可能会自动解析包含的依赖项以使用eclipse。
希望它有所帮助。