我下载了google + sample。
但是源中出现了错误。
mPlusClient.loadPeople(LoginGLActivity.this, Person.Collection.VISIBLE);
为什么在'Person.Collection.VISIBLE'上打印红线?
答案 0 :(得分:2)
Person.Collection.VISIBLE在Google-play-service froyo(Rev.12)中有效。
Google-play-service Rev. 13中的“人物”类中有所更改。请改为使用此选项:
mPlusClient.loadVisiblePeople(NewLoginActivity.this,null)