初始化PlusClient Android

时间:2013-08-14 12:19:57

标签: android google-plus

我正在尝试初始化PlusClient以将Google +按钮添加为

PlusClient mPlusClient = new PlusClient(this, this, this)
        .clearScopes()
        .build();

如上所述here

但是错误是“未定义构造函数”。我使用的是最新的Google Play服务库。

1 个答案:

答案 0 :(得分:0)

终于找到了解决方案。我忘了实现以下接口ConnectionCallbacksOnConnectionFailedListener