Android Google Plus getCurrentPerson returns null
问题 When I'm calling plusClient.getCurrentPerson() I am getting NULL. Method onConnected(Bundle...) called after a successful login: @Override public void onConnected(Bundle bundle) { if (plusClient.getCurrentPerson() == null) { Log.e("DD", "Person is null !"); } } I have added SHA1 directly from eclipse (Window->Preferences->Android->Build). I don't know what I am doing wrong! SHA1 fingerprint from Eclipse ADT Client ID for installed applications Simple API access 回答1: In my case I forgot to