如何使用谷歌+示例?

时间:2013-11-08 07:48:52

标签: android google-plus

我下载了google + sample。

但是源中出现了错误。

mPlusClient.loadPeople(LoginGLActivity.this, Person.Collection.VISIBLE);

为什么在'Person.Collection.VISIBLE'上打印红线?

1 个答案:

答案 0 :(得分:2)

Person.Collection.VISIBLE在Google-play-service froyo(Rev.12)中有效。

Google-play-service Rev. 13中的“人物”类中有所更改。请改为使用此选项:

mPlusClient.loadVisiblePeople(NewLoginActivity.this,null)