I am developing an application in which I want to log in using google plus. I follow the steps from https://developers.google.com/+/mobile/android/sign-in
But when I try to google google plus use google api project examples (imported from android sdk-> extras-> google services) it always shows βUnable to create a reliable connection to the serverβ .
How can i solve this? I am testing a sample on a real device.
My logcat looks like this:
05-17 15:21:56.500: E/GLSUser(6721): Empty consent data 05-17 15:21:56.500: I/GLSUser(6721): GLS error: NetworkError testid.android@gmail.com oauth2:https://www.googleapis.com/auth/plus.login 05-17 15:21:56.500: W/GLSUser(6721): Status from wire: NetworkError status: NETWORK_ERROR
source share