【发布时间】:2014-04-11 20:13:52
【问题描述】:
我有密码
mPlusClient = new PlusClient.Builder(this, this, this)
.setAction("http://schemas.google.com/AddActivity",
"http://schemas.google.com/ListenActivity")
.setScopes("PLUS_LOGIN")
.build();
我怎样才能摆脱这个错误? (我的 sdk 已全部更新,我将 google-play-services_liv 放入项目库)
【问题讨论】:
标签: android eclipse google-play-services