PlusClient.OnPersonLoadedListener无法解析为类型

时间:2013-09-30 05:36:58

标签: java android google-plus google-play-services

我收到错误PlusClient.OnPersonLoadedListener cannot be resolved to a type。以下是我使用PlusClient.OnPersonLoadedListener的行。

public class MyActivity extends Activity implements ConnectionCallbacks,
        OnConnectionFailedListener, OnClickListener,
        PlusClient.OnPersonLoadedListener...

我已将google play services lib完美添加到我的项目中。我可以这样说,因为我将它用于谷歌地图v2并且工作正常。

我在第

行也遇到错误loadPerson is undefined for type PlusClient
mPlusClient.loadPerson(this, "me");

和错误remove @overridden

@Override
public void onPersonLoaded(ConnectionResult status, Person person) {...}

我知道为什么会这样做?

1 个答案:

答案 0 :(得分:2)

看起来OnPersonLoadedListenerloadPerson不是函数/成员

http://developer.android.com/reference/com/google/android/gms/plus/PlusClient.html

OnPeopleLoadedListenerloadPeople