我正在尝试初始化 PlusClient 以将 google+ 按钮添加为
PlusClient mPlusClient = new PlusClient(this, this, this)
.clearScopes()
.build();
正如这里提到的
但是由于“未定义构造函数”而出现错误。我正在使用最新的 Google Play 服务库。
我正在尝试初始化 PlusClient 以将 google+ 按钮添加为
PlusClient mPlusClient = new PlusClient(this, this, this)
.clearScopes()
.build();
正如这里提到的
但是由于“未定义构造函数”而出现错误。我正在使用最新的 Google Play 服务库。