迁移到Google API客户端

时间:2015-12-08 05:38:15

标签: android google-api google-api-client

我从Android Studio中选择了LoginActivity模板并开始处理它。当我试图运行该项目时,它给了我以下错误:

Error:(10, 37) error: cannot find symbol class GooglePlayServicesClient

Error:(12, 35) error: cannot find symbol class PlusClient

Error:(18, 44) error: package GooglePlayServicesClient does not exist

Error:(19, 33) error: package GooglePlayServicesClient does not exist

Error:(33, 13) error: cannot find symbol class PlusClient

Error:(276, 12) error: cannot find symbol class PlusClient

Error:(75, 31) error: package PlusClient does not exist

Error:(157, 65) error: package PlusClient does not exist

Error:(236, 5) error: method does not override or implement a method from a supertype

附件是在我的机器上下载的Android Studio版本和SDK的屏幕截图。

enter image description here

enter image description here

我知道我需要迁移到Google API客户端。

所以我的问题是:

  1. 是否有任何相同的文档提供了分步指南?

  2. 为什么Android Studio提供的默认模板不起作用?

0 个答案:

没有答案