On the last day, I started getting an “Internal Error” when trying to sign up a user with Google Plus in my application, which I used well and did not change. The code has not changed for a long time.
GmsClient returns
connect: bindService returned true for Intent { act=com.google.android.gms.plus.service.START } service broker connected, binder: android.os.BinderProxy@40fdbd20
And right after that, a message appears with a toast "An internal error has occurred."
I tried to compile Google SDK + samples and run them on the same device, but it shows the same error. Perhaps something has changed in the Google API?
Oleg Karakoz
source share